-
This question is an extension of https://github.com/simpleinjector/SimpleInjector/issues/796 (*Cross-wired scoped services don't support nested scoping?*) regarding Blazor and service lifetime issues.…
-
I have an Azure Fuction API with a single endpoint that retrieves documents from a CosmosDB collection with EF core cosmos 3.1. It work for fine but some times I experience outages on the site (si…
-
Hi just wondering if it's possible to use a hostedservice as a notification handler? At the moment it's being added twice and uses the wrong one i.e. the one without startasync. Thanks
-
I have a pipeline behavior as follows:
```
public class ValidationBehaviour : IPipelineBehavior
where TRequest : IRequest
```
with command and handler:
```
public class TestCommand : I…
-
Seeing the recent advancements on the minimal APIs within ASP.NET Core.
It would be really cool if we could look at some extension methods that sit on top of this and provide a way to map `IReques…
-
-
```
--- Recv notification: window/logMessage
{
"jsonrpc": "2.0",
"method": "window/logMessage",
"params": {
"type": 1,
"message": "OmniSharp.Extensions.JsonRpc.InputHandler…
-
I try to use mono on Windows for my Unity project, but no matter what version of mono, omnisharp I use I always end up with this error. Can someone give me some direction to solve this?
```
[DEBUG…
-
I've upgraded a complex .NET Core 2.2 solution to .NET Core 3.0 over the weekend, and I am now running into somewhat random, but completely inexplicable issues when debugging the ASP.NET Core projects…
-
Hey,
been trying to set up the server on my machine. It starts running, but once it gets an image to censor, it returns a failure.
I'm using
macOS 12.4 with
Apple Silicone (arm) processor.
…