-
I followed instruction in the README file :
`dotnet new -i aspnetcore-vuejs `
Then
`mkdir MyProject && cd MyProject`
Then
`dotnet new vuejs`
And i get the same template generated when choosin…
-
### Type of issue
Missing information
### Description
The true is now included in the .csproj for ASP.NET Core WebAPI (Potentially others as well) which may break certain frameworks and it's not cl…
-
@chadwescott I'm getting this on some of the projects, are you seeing this? Is it a non-issue? Seems to be trying to use classic framework instead of core. Maybe a config issue?
```
warn : Pack…
-
[EDIT by guardrex to add the metadata]
I see a reference to `` in this document https://docs.microsoft.com/en-us/aspnet/core/web-api/microsoft.dotnet-openapi?view=aspnetcore-3.0#add but there's no …
-
**Description**
`UseSerilog(writeToProviders: true)` is causing `Microsoft.Extensions.Logging.EventSource.EventSourceLogger` instances to leak in memory. Honestly I'm not sure if this is something th…
-
Hi,
I have a simple ASP.NET Core web app ([source](https://github.com/SuperRembo/AspNetIntegrationTests)) with an integration test. It's basically a stripped down version of the Microsoft [Integrat…
-
### To replicate:
1. Create a new `ASP.NET Core Web API` project.
```
dotnet new webapi
```
2. Set `` to `true` in `.csproj`.
3. In `Program.cs`, replace `builder.Services.AddSwag…
-
### Description
I'm trying to use a `runtimeconfig.template.json` file alongside my ASP.NET Core 6.0 host csproj file in order to set `System.GC.Server` to `false`. This setting appears to get igno…
-
- [NLN - Infra Team Upgrade Status](https://dev.azure.com/Payoneer/Payoneer/_wiki/wikis/Payoneer.wiki/9406/NLN-Infra-Team-Upgrade-Status)
- [Old Open API](https://dev.azure.com/Payoneer/Payoneer/_wik…
-
**Describe the bug**
It seems that code that is commented out when part of a block mutation is marked as mutated code. I think the report should ignore lines that are comments from the visualisation.…