Skip to content

slashpinetech/forestry-dotnet-patching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License

Forestry.NET -- Lifecycle

Forestry .NET is a set of open-source libraries for building modern web applications using ASP.NET Core.

The patching package adds support for executing code based database updates, either once or on every application start.

Usage

services.AddPatching(options => {
    options.ConnectionString = Configuration["Database:ConnectionString"];
})
    .AddBootstrapPatch<ApplicationBootstrapPatch>()
    .AddPatch<OneTimePatch>();

TODO

  • Clean up code for Open Source release.
  • Update README as needed.
  • Add tests.
  • Create github actions for CI/CD.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages