-
### Describe the bug
dotnet CLI doesn't persist arguments to underlying call. The sample below is a simple .NET 6 MVC project. When you run `dotnet restore -p:TargetFramework=net5.0 --force` , it g…
-
coming from [here](https://github.com/aspnet/AspNetCore/issues/8224)
### Describe the bug
i have a model like this
class MyModel{
public DateTimeOffset? plannedStartDate {get;se…
-
I get the error on app startup:
>System.ObjectDisposedException: 'Cannot access a disposed object. Object name: 'IServiceProvider'.'
Stacktrace:
```
at Microsoft.Extensions.DependencyInjection…
-
### Description
Hi!
Started getting a segmentation fault after upgrading runtime to 6.0.10
```
2022-10-12 13:28:48.208 +03:00 [DBG] [] (Td=22, User=) Microsoft.AspNetCore.Mvc.Razor.RazorViewEngi…
-
The following error occurred attempting to run the project model server process (1.0.0-preview2-003121).
No connection could be made because the target machine actively refused it [::ffff:127.0.0.1]…
-
### Bug description
After creating an aspnet core project template with Visual Studio 2019 Community Edition or dotnet CLI in linux environment, I have found the following issue:
* In Google Chrom…
ghost updated
11 months ago
-
Hi,
I tried to install `routing-api` on a Debian 9 server.
No problem to install .NET core following https://www.microsoft.com/net/core#linuxdebian
But when I execute `./build.sh`, here is the …
-
This is a variant of https://github.com/dotnet/maui/issues/3526 that I found while testing packaging the WPF application.
* Create a Blazor WPF app
* Create a Windows packaging project
* Add a …
-
Hi, just updated dotnet to 5.0.102 and now the follow error occurs loading this extension:
[fail]: OmniSharp.MSBuild.ProjectLoader
The "Microsoft.AspNetCore.Razor.Tasks.DiscoverDefaultScoped…
-
Originally added to:
https://github.com/fpanaccia/Wkhtmltopdf.NetCore.Example/issues/22
I have some legal documents that I'm having to recreate in PDF from a .Net 5 (core) MVC application (using w…