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

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Is it possible to add multiple EFcore DB context so that I can use two different SQL databases? I tried it by making some adjustments in the code but it...

https://github.com/DamianEdwards/TagHelperPack/blob/master/samples/TagHelperPack.Sample/Services/AspNetCoreVersion.cs Assembly version: https://github.com/ardalis/CleanArchitecture/blob/master/src/CleanArchitecture.Web/Api/MetaController.cs

https://github.com/dotnet/sourcelink Example at https://github.com/ardalis/Specification/blob/master/src/Ardalis.Specification/Ardalis.Specification.csproj#L27

Sometimes, we need to look around and have a look at some of good architecture OSSes as below Backend: - https://github.com/rafaelfgx/DotNetCoreArchitecture - https://github.com/EduardoPires/EquinoxProject - https://github.com/dotnetzoom/AspNetCore-WebApi-Course - https://github.com/JasonGT/NorthwindTraders - https://github.com/caleblloyd/dotnet-core-boilerplate -...

enhancement