-
it comes with
![image](https://github.com/micjahn/ZXing.Net/assets/7858946/0d3ec3d1-9ed6-49c0-8db2-b1c0771d3408)
but not
![image](https://github.com/micjahn/ZXing.Net/assets/7858946/8adce805-ed8d…
-
## HTTPS redirection changes for IIS OutOfProcess in 2.2 and 3.0
The new AspNetCoreModule for hosting via IIS OutOfProcess lights up an existing HTTPS redirection feature for both 3.0 and 2.2 appl…
-
like https://github.com/ggerganov/llama.cpp/tree/master/examples/server
-
I know that Unity support isn't planned for `grpc-dotnet` (#710 and #1155).
However, since Grpc.Core is going to be deprecated (see [The future of gRPC in C# belongs to grpc-dotnet](https://grp…
-
AspNet Core in .net5.0 applications won't start since BinaryFormatter use is prohibited, as stated [here](https://docs.microsoft.com/dotnet/core/compatibility/3.1-5.0#binaryformatter-serialization-met…
-
Using the Typescript Client in NSwagStudio, my "queryenabled" API and ODATA controller parameterless GET collection methods are generated having no parameter to facilitate passing OData parameters s…
-
Hi @open-telemetry/dotnet-maintainers & @open-telemetry/dotnet-approvers,
while working on an [update for the .NET documentation](https://github.com/open-telemetry/opentelemetry.io/pull/4016) over …
svrnm updated
2 months ago
-
Subscribe to this issue and stay notified about new [daily trending repos in C#](https://github.com/trending/c%23?since=daily).
-
```cs
[Test]
public void WhenRouteOnClass()
{
var code = @"
namespace AspBox
{
using Microsoft.AspNetCore.Mvc;
[Route(""api/values/{id}"")]
[…
-
**Describe the bug**
We are using RazorLight in a project, with PropertyInjector as a PreRenderCallback.
We are injecting a service in a Razor view (using the form @inject) ; this service requires a…