-
Hi,
Excellent stuff!
I was wondering if you could also target .NET 5 or latest netstandard for those of us targeting .NET50 and .netstandard 2.1?
-
### Describe the bug
`Microsoft.AspNetCore.AzureAppServices.HostingStartup` can't be installed via NuGet to a net5.0 project.
### Error
`Package Microsoft.AspNetCore.AzureAppServices.HostingStart…
-
# Publishing with net50 in self-contained and single-file generates multiple files in OSX
When publishing a single-file and self-contained app in net5.0 for OSX it does not produce a single-file, b…
-
What is the current state of this feature? I always sort of assumed that Roslyn was on par between platforms seeing as core was designed from ground up to be multi-platform, but I just found out that …
-
Let's say I have a `Library` project that targets `net5.0` and `netstandard2.0`, and a `Benchmarks` project that references it.
I could use the following configuration to benchmark the two TFMs:
…
-
The dotnet-sonarscanner lists .NET50 and .NET Core 2.0 as it's supported versions, while the Dependencies tab lists the _correct_ dependencies: NetCoreApp2.1/3.1 or 5.0.
You cannot install the …
-
Build Error:
Severity Code Description Project File Line Suppression State
Error MSB3073 The command "dotnet "C:\Users\tarek\.nuget\packages\nswag.msbuild\13.15.10\build\../tools/Net60/dotnet-nswa…
-
It doesn't look like `dotnet counters list` has gotten any major updates since https://github.com/dotnet/diagnostics/pull/1369, but we've added a bunch of well-known counters. It still defaults to `--…
-
Currently, extensions are tested in three places:
1. In the extension project itself
2. In the TestCentric Engine project
3. In the TestCentric Gui project
The intent of this issue is to modif…
-
Hi there! 👋
I'm trying to migrate my code from v12.x to v23, and having trouble with this code:
```
private class MyMap : ClassMap
{
public MyMap()
{
Map(x => x.SomeEnum)
…