-
now .csproj file have for net452 and net 461
```msbuild
```
can you please use
```msbuild
```
So resulting nuget package will have less package dependencies for .…
-
I'd like to use the OpenTelemetry in my WCF Service, WinForms applications. All of them are NET F 4.5 based.
Is it possible to use? What are restrictions and limitations?
-
Link to build: https://runfo.azurewebsites.net/view/build/?number=1450058
Example output from Helix log:
```
Console log: 'Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests.dll' from job…
-
I am using azure free trial subscription. and i follow the steps as per Readme.md. I run as below
dotnet run --framework=net452
The code runs fine and logging the messages however throws exceptio…
-
It appears that when targeting NET452 that the `System.Uri.EscapeDataString` method could be used instead of the `System.Text.Encodings.Web.UrlEncoder`. Doing so would prevent full framework projects…
-
.NET4.5.2 not support App.Metrics.Formatters.Json v1.2?
emmm...
Nuget The above shows only support for .NET4.6.1
https://www.nuget.org/packages/App.Metrics.Formatters.Json/
-
**Version Used**:
Dev nuget package: Microsoft.Net.Compilers.Toolset v 3.8.0-1.20325.3
**Steps to Reproduce**:
1- Install Net5 Preview 5 SDK.
2- Create a console project and add the next clas…
-
Hi MD team,
I'm getting compile error with VS2019 which comes with .net 4.7.2 while your solution is built on 4.5.2.
I tried to change the Target Framework to 4.7.2 in the project property but it's…
-
## Steps to Reproduce
* Create a new class library using `dotnet new classlib`
* Add required references in csproj file
```
netcoreapp2.0
``…
-
UI test fails with error: Exception has been thrown by the target of an invocation.
### SpecFlow Version:
- [X] 3.0
- [ ] 2.4
- [ ] 2.3
- [ ] 2.2
- [ ] 2.1
- [ ] 2.0
- [ ] 1.9
### Us…