-
I am trying to use this package with asp.net core 3.0 and running into some issues.
Adding the `OutputFormatter` in `ConfigureServices` throws an exception, I am guessing changes in .netcore 3.0 j…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When following the [docs to create test projects](https://learn.microsoft.com/en-us/dot…
-
_From @Trolldemorted on Sunday, September 15, 2019 12:19:54 PM_
## Steps to reproduce
Take this .csproj:
```xml
netstandard2.1
enable
8.0
Benedikt Radtke
https://…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Enable dapr input binding, daprd cannot trigger api after receiving message from queue broker…
-
Building src/Benchmarks errors with unable to find a 9.0 version of Microsoft.Extensions.Logging
```
❯ ~/.dotnet/dotnet --info
.NET SDK:
Version: 9.0.100-rc.2.24474.11
Commit: …
a74nh updated
20 hours ago
-
`Program.cs`:
```csharp
using System;
using Org.BouncyCastle.Crypto.Generators;
byte[] secret = "secret"u8.ToArray();
byte[] salt = "salt"u8.ToArray();
for (int i = 0; i < 3; i += 1)
{
…
-
When I upgraded the SDK to NETCORE 3.0, I encountered an error. The home / index.cshtml file in app will be compiled into index.cshtml.g.cs. Then it will report that the app namespace cannot be found
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
If the input type is determined from a string variable (InputType in the sample), the b…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
For ASP.Net Core apps a new browser window is started if "launchBrowser: true" is set in laun…
-
It looks like the mono project is coming to its end and will be replaced by .NET core
```
The [Mono Project (mono/mono)](https://github.com/mono/mono) (‘original mono’) has been an important part …