-
In my testing I noticed that when I enter `dynamic` typed or a proper anonymous typed model into the RazorEngineCore through some generic methods, I got error:
> Unable to compile template: (35,77…
-
### Steps to Reproduce
This is used as a node for an NSOutlineView, but it's possible to reproduce by just calling the `hash` selector.
```csharp
class RecursiveType where T:RecursiveType
{
…
-
I try to create a webapp with a port dedicated to grpc and another port dedicated to openapi with dotnet6
```
var app = builder.Build();
app.MapWhen(context => context.Connection.LocalPort == m…
-
**Describe the issue**
Following the [InProc sample docs instructions](https://github.com/Azure/azure-functions-openapi-extension/blob/main/docs/enable-open-api-endpoints-in-proc.md) the swagger/ui a…
-
We have been running a couple of Azure Functions in various subscriptions, and every once in a while (about once a week), the entire Azure Function goes down and reports "The service is unavailable." …
-
Hi,
I tried to fork it but it does not works on .net6, the masterfile does not change anything, IP still always same.
Regards
-
Examples_FreeScheduler_Dashboard 不能直接运行?
![1665478472968](https://user-images.githubusercontent.com/115519870/195045288-55e7a641-f773-4b80-ae76-7c5452811dfd.png)
-
QRCode class is not visible on net6.0 targeted web app projects
## Type of issue
[x] Bug
## Possible Solution (optional)
https://github.com/codebude/QRCoder/blob/cecf2066d3f3a74b142aaa7c8d9…
-
### Proposal
I observed an unexpected behavior with Eventhub Checkpointing on Azure Functions v4.
Since we switched all our Functions to dotnet6 with Azure Functions 4, all Eventhub-scaler based …
-
Hi,
I am trying to run EpcEmuServer like a Daemon on Debian. I created a service with systemd, EcpEmuServer start but systemd will be not aware if EcpEmuServer is started and systemd timeout and rest…