the raw sql approach uses Microsoft.SqlServer.TransactSql.ScriptDom. and the ef approach assumes the model inherits from the relational base. so probs wont work for mongo.
the raw sql approach uses Microsoft.SqlServer.TransactSql.ScriptDom. and the ef approach assumes the model inherits from the relational base. so probs wont work for mongo.
Thirteen years ago I built an open source library for building distributed apps in .NET. Since then it's been quietly running in production systems everywhere. But it looked neglected.
Now it's back! damianm.com/posts/2026/n...
the raw sql connection approach is currently sqlserver only. but i will take a look at postgres tonight
the ef model approach is for any relational db. so should work for postgres
I deployed a v1.0 of DbToMermaid github.com/SimonCropp/D...
Generate Mermaid ER diagrams from SQL Server databases or Entity Framework models
i just released v1.0 of EfOrderBy
been using it in production for over a month
github.com/SimonCropp/E...
just released v1.0 of github.com/SimonCropp/P...
i have been using it for a few months in markdown snippets to avoid assembly conflicts in the mdbuild context
I just release v1.0 of github.com/SimonCropp/P...
I have been using it in a significant number of projects over the last few months and it is stable
A C# source generator that provides strongly-typed, compile-time access to project files marked with CopyToOutputDirectory in the .csproj file.
amazing how many times azure dependencies have broken us, since we are on prem
hmmm. i wonder if that will eventually bite us since we get azure identity as part of our sqlcient ref
but the point of polyfill is to port the current stable features and apis back to older runtimes. arbitrarily waiting months to add those new features is counterproductive
so how many months do u force yourself to stay behind on sdk/nugets/c#?
by "forcing the latest bits" you mean stuff released 3 months ago in the form of c#14?
can u do a dotnet install?
Relooted: the South African video game where players take back artefacts from western museums
i havnt had any problems with rider finding it one level up. can u give me a link with more information?
TUnitMigrator: A .NET tool that migrates test projects from MSTest, NUnit, xUnit, and xUnit v3 to TUnit.
github.com/SimonCropp/T...
#tunit #dotnet
pretty happy i got package shading working so i can use the newest library versions and not have assembly conflicts in msbuild
does that work for nunit, xunit etc?
Sample projects demonstrating how to configure Microsoft.Testing.Platform (MTP) with common .NET test frameworks.
github.com/SimonCropp/M...
I was just told by @devlead.se that .NET 11 uses Spectre.Console! 🎉 github.com/dotnet/core/...
Polyfill now supports dotnet 11. and i added some net11 APIs
github.com/SimonCropp/P...
API count is now at 734
i think i will just remove for cs. will ship a new version tonight. sorry for the hassle
i will double check tonight. or if u r certain send me a pr and i will ship it now
given the xunit package has been deprecated . I will be doing the same for Verify.Xunit
if this is a problem for anyone please reach out
www.nuget.org/packages/xunit
xunit.net/docs/getting...
yeah. but u could conditionally compile it
how about a Today extension property?