blazor-starter-kit icon indicating copy to clipboard operation
blazor-starter-kit copied to clipboard

Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.

Results 100 blazor-starter-kit issues
Sort by recently updated
recently updated
newest added

**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: ![image](https://github.com/blazorhero/CleanArchitecture/assets/4429404/7ce29039-4614-46be-a004-1209f2afbe17) It looks like this: ![image](https://github.com/blazorhero/CleanArchitecture/assets/4429404/aaa72584-3f85-4ba7-9c05-18f357324a18)

Small changes that enhance the user interface, such as typography adjustments, element borders, colors, etc. ![imagen](https://github.com/blazorhero/CleanArchitecture/assets/12788874/985cf49a-56dc-4e45-a14a-1434de6ce670)

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