-
It would be nice if Kestrel and ASP.NET Core support were added (templates, install option, etc).
-
Since switching to a FAKE-based buildscript I have trouble building a WebSharper project. I have no idea where the SIGABRT (134) is coming from. Same build script works fine on my windows desktop, but…
ajuch updated
3 years ago
-
Been following the workshop from Step 0 and all working fine until I got to [03-show-order-status](https://github.com/dotnet-presentations/blazor-workshop/blob/main/docs/03-show-order-status.md) and w…
dutts updated
2 years ago
-
The SDK 'Microsoft.NET.Sdk.Web' specified could not be found
Fresh Installation of
https://docs.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code
caused problems to mine by "The S…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
In 8.x, I had some code setting an connection string to an environment variable wrapped in Ho…
-
### Description
I have a native app which is hosting a managed library using the coreclrhost apis. The app crashes with the following exception stack as soon as the managed APIs invoked.
(gdb) …
-
With a stable deploy of Kubeless 1.0.6 have the following issue:
I have a dotnet C# project with 3 files. 2 Code (cs files) and 1 cert for accessing a cockroach db.
The csproj file is as follows:
…
-
### Is your feature request related to a problem? Please describe.
I have .NetCore 8 application deployed via AWS Beanstalk on instance with .NET 8 running on 64bit Amazon Linux 2023, I faced two iss…
-
After installing this plugin, we tried to pass our EF Core custom table database migration in Umbraco web project, and get this error when we try:
Build started...
Build succeeded.
An error occur…
-
### Describe the bug
I write an ASP.net Core 3 WebAPI. For some reasons I need JSON and in some cases XML output.
I noticed that aspnetcore also created an instance for xml in the responses for js…