-
Hi,
would be great to have your example upgraded to .net 6.0 - where for example the startup.cs no more exists.
-
# Trending repositories for C#
1. [**dotnet / roslyn**](https://github.com/dotnet/roslyn)
__The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis…
-
Hi,
great code - helped me one of our customers!
ssl is not working because of the use of the kestrel server. A service fabric app has no access to the private keys of a ssl certificate. I think yo…
-
Using ASP.NET Core 3.1 I am creating a new API for a single page application that is built separately and served as static files.
I thought that I would be served well with `.AddControllers()` as I…
jods4 updated
3 months ago
-
The call to .UseStructureMap() expects nothing or a Registry. Either way it creates a brand new container.
I would prefer to use an existing container with cross cutting services that the entire …
-
Hi,
We have a project built in ".Net Framework 4.8" and Application Type of which is "Windows Service". We tried to upgrade that project to ".Net 6" with command "upgrade-assistant upgrade --target-t…
-
I was wondering if this NuGet package exposes a .NET class which I can use to pass in a CSS/JS string and get back a minified version of it?
Personally I don't think that it makes sense to do the b…
-
## Background and Motivation
There are scenarios where APIs want to work directly on the response stream without buffering. Today the Stream overloads assume you have a stream that you have produce…
-
The code samples refer to a Configuration object but do not define what it is. Obviously it references some configuration values, but it doesn't provide any perspective on what those values should …
-
`System.Net.HttpListener` does not support many modern protocols. It is compat-only (i.e. only critical fixes, no new improvements, enhancements). It's useful for low-volume basic server requests, but…