Skip to content

Minimal reproduction of bugs in new Linq2DB scaffold generator impeding P1 from adopting it.

Notifications You must be signed in to change notification settings

megaslice/p1-LDBMinim

Repository files navigation

# Setup reproduction database
sqlcmd -f 65001 < setup.sql # Or just run it in SSMS

# (Re)generate scaffold
dotnet linq2db scaffold -i MinimalReproduction04ECD0D4E3.json

# Compare against manually corrected scaffold
diff -u MinimalReproduction04ECD0D4E3.generated.cs MinimalReproduction04ECD0D4E3_corrected.cs # or vice versa

About

Minimal reproduction of bugs in new Linq2DB scaffold generator impeding P1 from adopting it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published