dotnet-storedprocsgen
2.1.0
dotnet tool install --global dotnet-storedprocsgen --version 2.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local dotnet-storedprocsgen --version 2.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-storedprocsgen&version=2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-storedprocsgen --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This is a dotnet command line tool that generates stored procedures
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
1.0 Initital release
1.1 Implement search
1.2 Implement Get by Id
1.3 Implement Get by parent id
1.4 Change procedures to user output into to support triggers on that tables
1.5 Implement upper casing of procedure names
1.6 Address issue with updating primary key inside update procedure. Update paramter size for search procedures
1.7 Address issue with nvarchar paramters were generated with double the size
1.8 Update Dotnet version
1.9 Update nugets
2.0 Update doc. -d paramter does not work in latest dotnet tool. Use --database
2.1 Security update and .net 8 adoption