blazor-starter-kit
blazor-starter-kit copied to clipboard
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
``` @inherits LayoutComponentBase @inject Microsoft.Extensions.Localization.IStringLocalizer localizer @Body @(LoadDataAsync() ) @Body ```
when i change db to oracle with code internal static IServiceCollection AddDatabase( this IServiceCollection services, IConfiguration configuration) => services .AddDbContext(options => options .UseOracle(configuration.GetConnectionString("OracleConnection"))) .AddTransient(); and change connect string to oracle...
BlazorHero.CleanArchitecture::2.2.0 When a new project is created with the dotnet new BlazorHero.CleanArchitecture -n WarehouseManger command, the created file structure does not look like documentation:  It looks like this: 
Small changes that enhance the user interface, such as typography adjustments, element borders, colors, etc. 
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ...
added new language translations as per the implemented Location.
--install is deprecated