-
_From @Tornhoof on October 17, 2017 7:58_
The setting server garbage collection in the new SDK project format is not honored for TargetFramework net47, it works for netcoreapp 2.0
```xml
true
```
…
-
I'm using VS 2017 15.3.2.
With this csproj:
```
Exe
net47
```
If I change Platform target (under Project Properties, Build), I get an error message that appears and then …
-
Can we please have the UTC offset as part of the time zone description. For example: "UTC+12 New Zealand Standard Time"
Also, can we have the option to sort by Offset or by Name?
Thanks again f…
-
### Description
When depending on `Microsoft.Extensions.Configuration` for `net47`, Paket skips transitive dependency `Microsoft.Extensions.Configuration.Abstractions`.
### Repro steps
Please…
-
I'm using VS 2017 15.3.2.
With this csproj:
```
Exe
net47
x64
```
The project properties window correctly displays Platform target: x64, but Configuration Manager (B…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Once .NET6.0 goes out of support in November, we should consider targeting net47 and net8 …
-
Hello!
XamlParserTests crashes with dotnet test exception for net47
```
dotnet test -f net47 --filter Compiler_Should_Compile_Simple_Xaml .\tests\XamlParserTests\XamlParserTests.csproj
```
…
-
### Installed product versions
- Visual Studio: 2017 Enterprise
- This extension: 1.0.1
### Description
In a .sln file, I have a couple VB.Net projects (of type Class Library). Each references o…
-
**Version Used**: Microsoft.CodeAnalysis NuGet package version 2.6.1
**Steps to Reproduce**:
1. Create empty console project with .NET framework 4.6, call this project "RoslynTest".
2. Add Mic…
-
_From @Styxxy on May 1, 2018 13:10_
When forcing assembly to generate XmlSerializer assembly,when packing the project, this XmlSerializer assembly is not included in the nupkg.
Project file:
```x…