ForEvolve.AspNetCore.Localization
ForEvolve.AspNetCore.Localization copied to clipboard
Easy Asp.Net Core MVC validation data attributes localization.
From `StartupExtensions.cs`, remove: - [ ] `public static IServiceCollection AddForEvolveLocalization(this IServiceCollection services)` - [ ] `public static IServiceCollection AddForEvolveLocalization(this IServiceCollection services, Action setupAction)` - [ ] `public static IMvcBuilder AddForEvolveMvcLocalization(this...
Move versioning to `Nerdbank.GitVersioning`: - [x] Add & set up [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) - [x] Start at version to 3.0-alpha Move builds from Azure DevOps to GitHub Actions: - [x] Create a...