-
Hello Stef,
Hoping that you are doing well.
I have a question.
I'm trying to compile WireMock Solution, to do a debug adding this project as a reference in my project, but I'm getting these e…
-
Hello,
Given the following setup in an ASP.Net website startup:
var builder = new ContainerBuilder();
builder.Register(c => ConfigureLogger()).As();
builder.Build();
p…
-
Ciao, intanto grazie per aver sviluppato questa libreria molto utile.
Ho fatto dei test e pur supportando .NET Standard 2.0, purtroppo però ha dei problemi con la gestione dei certificati quanto u…
-
My Github action:
```
name: "Publish to Docker"
description: "Pushes built artifacts to Docker"
inputs:
build_configuration:
description: "Debug/Release"
required: true
dotnet_ve…
-
* .NET Core Version: 5.0.100-preview.3.20163.3.9
* Have you experienced this same bug with .NET Framework?:
Yes
**More Info**
This is a not regression issue, it can reproduce from .Net 2.0 to…
-
DiagnosticSource 6.0 only supports net461 and above. (i.e it drops net452,net46 support, few months before they are officially going unsupported - https://devblogs.microsoft.com/dotnet/net-framework-4…
-
When upgrading from the AppInsights version to 2.6.4 , all access to storage results in 403: Forbidden errors.
Do the needful
-
Bug description:
Scroll wheel zoom not working in WinForms, enableScrollWheelZoom is set to true.
Steps to reproduce:
1. Drag and drop a formsPlot into the designer.
2. Enable the scroll with zo…
-
The deployment-tools repo contains prebuilts as identified by the prebuilt report at artifacts\prebuilt-report\annotated-usage.xml in the Offline BuildLogs for any installer build. These prebuilts nee…
-
This is also related to the test reliability issue #1748.
While running tests, I observed that there is a lot of the time which the SocketManager IO threads are blocked in Socket.Shutdown. Based on…