-
I'm updating the PL/SQL grammar and have noticed now this bit of lovely:
C:\msys64\home\kenne\plsql\plsql\Generated\obj\Debug\net5.0\PlSqlParser.cs(122533,65): warning CS0108: 'PlSqlParser.Logi…
-
It would be good if we don't need to explicitly specify `` if it has been implied by ``/``.
```console
dotnet publish -c Release -r win10-x64
```
-or-
```xml
Exe
net5.0
…
-
In my `template.json` file I default the `Framework` to use `netstandard2.1` (see below), however the UI always shows `netcoreapp3.1` by default and the drop down does not actually contain the list of…
-
**Release Type**: 4.0 Official Release
**Version**: 4.0.1.1.1400
**Platform(s)**: Windows
**Describe the bug**
When targetting net5.0-windows, the game no longer produces launch parameters t…
-
When I target `net5.0` for an exe app, both `app.dll` and `app.exe` are published to output.
Running `dotnet app.dll` works fine, but running `dotnet app.exe` doesn't work:
```
C:\MetadataTools…
-
### Versions
```powershell
PS> dotnet --version
5.0.201
```
### Problem(s)
1. Publishing an application (as self contained) that has another application project (not a class library) as a de…
-
Hello.
I have a question regarding dotnet tool supprot for WinForms applications: we have been planning to lift our .NET Core 3.1 Windows Forms applications that are now being packaged as dotnet to…
-
Take the following project for example:
```xml
netstandard2.0;net5.0
```
Run the following command:
> msbuild /t:restore /p:TargetFramework="net5.0" /p:RestoreUseStati…
-
In Net5.0 and onwards the Platform Compatability Analyzer will be enabled by default.
We should mark OS Specific APIs using `SupportedOSPlatform` and `UnsupportedOSPlatform`.
-
Due to better performance of System.Text.Json comparing to Newtonsoft.Json especially in .net5 it would be great to add possibility to user to inject desired serializer or to add some enum value for i…