Allan Nielsen
Allan Nielsen
The examples here are all old and some of the techniques/features have changed with the introduction of .Net Core. Would it be possible to create a sample WebAPI using the...
Wondering if it's even a thing anymore, it used to be the standard, but a simple example of an Aspire orchestration utilizing an existing OnPrem sql server database that can't...
The package itself asked me to raise this issue with the following code: ``` NSubstitute.Exceptions.SubstituteInternalException Please report this exception at https://github.com/nsubstitute/NSubstitute/issues: CallCollection.Delete - collection doesn't contain the call at NSubstitute.Core.CallCollection.Delete(ICall...
Hi, Having configured a route i.e. POST catalog/product to go to product as you outlined in your article https://mehmetozkaya.medium.com/api-gateways-with-yarp-reverse-proxy-in-net-8-microservices-58c5565697d0 How does the response transform the Location header on the way...
### Describe the feature I have multiple temperature types and each has a suffix I'd like to apply via a format provider. Since there isn’t a mechanism to “register” a...