-
I have an ASP.NET Core Web API project that uses the `protobuf-net.AspNetCore` package to handle content negotiation for clients that want to use protobuf instead of JSON. This works great for most of…
-
## Describe the Feature
When writing serverless functions that are used from behind API gateway (esp. backend to a browser frontend), it's useful to be able to use them on localhost without API Gat…
-
I am trying to use controllers from a separate DLL, but the Attribute Route definitions do not seem to be registering.
-
The nature of the C# driver means that it needs to see all csc invocations for a build. Today that is achieved by [disabling shared compilation][shared] during build. That unfortunately creates a sign…
-
Unit tests for all controllers and repositories must be written.
_Links:_
[Unit Testing With Moq and Repository Pattern](https://stackoverflow.com/questions/51239221/unit-testing-asp-net-core-web-…
-
https://azure.microsoft.com/en-us/blog/announcing-microsoft-dev-box-preview/
Probably in order to scratch the itch of companies that need specialised snow flakes. Some companies might use self host…
-
### Describe the bug
API analyzers should flag an undeclared 200 status code, and provide an option to fix it.
### To Reproduce
Steps to reproduce the behavior:
1. Using ASP.NET Core 3.0 with …
jawn updated
9 months ago
-
About cosmos DB tutorials, I can find **build a console app with .net framework to manage data in Azure Cosmos DB**
https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-get-started
and also **bu…
-
## Steps to Reproduce
1. Create a default "ASP.NET Core Web Application" project from the VS2017 template.
2. Choose ".NET Framework" with "ASP.NET Core 2.1"
3. Choose API and create the proj…
-
### Describe the bug
When a property is explicitly set a value of `null` in appsettings.json, I expected that to be null after the configuration was loaded, but it actually has a value of `""`. This …