-
I am using .net 5 web site mvc to build a wms system with plugins and I am using your plugin for that abilties to make it easier to consume the plugins however the view is just not being hit.
This …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Using a derived Startup/Program file with the WebApplicationFactory will throw when try…
-
### Describe the bug
After updating to `dotnet sdk 6.0.202`, a `dotnet restore` step in one of our AzureDevOps builds started erroring with the message:
`error NU1605: Detected package downgrade…
-
### Which *exact* Umbraco version are you using? For example: 8.13.1 - don't just write v8
9.0.0-rc001
### Bug summary
I am trying to add CORS to a specific endpoint in my project. For this I…
-
### Description
```
EXEC : error : Object reference not set to an instance of an object. [C:\Users\david\source\repos\WebApplication35\WebApplication35\WebApplication35.csp
roj]
System.NullRefer…
-
Hi! Thanks for reporting this feature/bug/question!
Please keep / fill in the relevant info from this template so that we can help you as best as possible.
QUESTIONS are preferred on StackOverf…
stlsw updated
2 years ago
-
### Confirm you've already contributed to this project or that you sponsor it
- [X] I confirm I'm a sponsor or a contributor
### Version
3.x
### Question
I was inspired by [this](https://github.c…
a-a-k updated
2 years ago
-
## Summary
[.NET Standard 2.0](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md) is final.
You can now start producing .NET Standard 2.0 libraries and NuGet packag…
-
This might be the same/similar issue as #348.
**Describe the bug**
I added a ShippingCalculator that sets the shipping costs based on the subtotalprice of the order. When calling ShippingMethod.Ca…
-
New API:
```cs
public static class JsonSerializerOptions
{
// Can only be set until the first (de)serialization occurs (like other properties here)
public static Func Default { get; set…