netcorekit icon indicating copy to clipboard operation
netcorekit copied to clipboard

:heartpulse: A crafted toolkit for building cloud-native apps on the .NET platform

Results 34 netcorekit issues
Sort by recently updated
recently updated
newest added

At the moment, `NetCoreKit.Infrastructure.AspNetCore.All` assembly contains `EfCore` for migration (MigrationController). We need to separate it out, then other templates like `standard` and `mongo` don't pull EfCoreFramework in release mode.

enhancement

Just like https://github.com/EduardoPires/EquinoxProject/blob/master/src/Equinox.WebApi/Startup.cs#L61, but we will put it into the configuration (consider using `feature toggle`), then just do something like `appsettings.json` ```json "Features": { "Authz": { "CanWriteCustomerData": { "Customers": "Write"...

New feature

Check if we can make the configuration re-load in the run-time. That's mean that we need to detect and reload when the environment variables changes (not sure it can work)....

New feature

Currently, we have it at `NetCoreKit.Infrastructure.AspNetCore\Rest`, but we ought to separate it out to NetCoreKit.Infrastructure.AspNetCore.RestClient

enhancement

https://github.com/ivanpaulovich/ddd-tdd-rich-domain-model-dojo-kata/blob/ea2c3c097b98411e278bb7e7e7c70c5608f5f5e0/codecov.sh

enhancement
New feature

https://github.com/JeremySkinner/FluentValidation https://cecilphillip.com/fluent-validation-rules-with-asp-net-core/

enhancement
New feature

Sample can be found at https://github.com/RSuter/ShopOnCore/blob/master/src/docker-compose.override.yml

enhancement
New feature

Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.7.2 to 2.19.0. Release notes Sourced from MongoDB.Driver's releases. NET Driver Version 2.19.0 Release Notes .NET Driver Version 2.19.0 Release Notes This is the general availability release...

dependencies

Bumps [Swashbuckle.AspNetCore.SwaggerUI](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 4.0.1 to 6.4.0. Release notes Sourced from Swashbuckle.AspNetCore.SwaggerUI's releases. v6.4.0 Changes since v6.3.0 v6.3.1 Changes since v6.3.0 v6.3.0 Changes since v6.2.3 v6.2.3 Changes since v6.1.3 v6.1.3 No...

dependencies