-
We are experiencing a very strange problem on our build server.
Our build server runs MSBuild from the command line to build a solution containing .NET Framework 4.8 projects. For some reason the …
-
try red
"var tag4 = new Tag("192.168.0.100", CpuType.SLC, "O0:0.0", DataType.Int16, 5);"
return error code =29
-
Not sure what the timeline or exact approach is but it seems that packages are pushed to `master` when they seem to be complete enough.
It would be very nice to open up a `develop` branch that conta…
-
I have an application in .NetFramework (4.7) that serializes a datatable binary to a file. When trying to deserialize in .Net Core 3.1 the exception is thrown "Type 'System.String' is not deserializab…
-
Use Microsoft.Xaml.Behaviors.Wpf as dependency from NuGet instead the System.Windows.Interactivity.dll
This will remove the reference to System.Windows.Interactivity.dll which is sometimes bad for …
-
# Brief description
I am trying to install or search for .NET Core Stable using the following commands,
- `winget install --id=Microsoft.dotnet --exact`
- `winget search Microsoft.dotnet`
# …
-
Moving here from https://github.com/aspnet/IISIntegration/issues/18
Upgraded an app to beta8. `SslStream` is choking. As soon as it hits the line ...
```
using (var client = new TcpClient(server, po…
-
Follow instructions from https://github.com/JetBrains/resharper-unity/issues/536
1. Create simple project in Unity.
2. Generate solution and project files with batch mode script with any method fr…
-
## Details about Problem
NuGet product used : Package Manager Console
NuGet version: 5.4.0.6292
VS version: 16.4.4
OS version: Win10 v1903
Worked before? If so, with which NuGet version: nope
…
-
Found this one while trying to build a `netcore45` snippet under CoreCLR:
``` csharp
public class Class1
{
object myLock = new object();
public Class1()
{
lock(myLock) { }
}
…