-
### Description
The recent implementation of `initblk` in `.NET 5+` is significantly slower than in `.NET Framework`.
Is this intentional?
In [this repository](https://github.com/ekfvodd…
-
Please update accordingly.
[Kirjoita palautteesi tähän]
---
#### Asiakirjan tiedot
⚠ *Älä muokkaa tätä osiota. Sitä tarvitaan kohteessa learn.microsoft.com ➟ GitHub-ongelmien linkitys.*
*…
-
It would help the community and knowledge capital (including the ChatGPT answers) if this article (https://learn.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?tabs=net70&pivots=developme…
-
I have the following sample code:
```cs
public class Sample
{
public string Method(int i)
{
if (i > 0)
{
return $"Value: '{i}'";
}
else
…
-
There is a functional overlap between
https://github.com/SonarSource/sonar-dotnet/blob/2b0fa1272678972c8dcfb367f46c3e7780f6a1b5/analyzers/src/SonarAnalyzer.Common/Helpers/CompilationExtensions.cs#L30…
-
I just tried upgrading from nswag 13.20.0 to 14.0.2, changing only the `/runtime` argument from `/runtime:net70` to `/runtime:net80`, and ran into similar issues as reported in #4678.
It seems that…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
After upgrading to .NET 8 I've noticed a dramatic performance decrease. I've localized the is…
-
### Issue Description
The full text of the error
```
System.IO.FileNotFoundException
HResult=0x80070002
Сообщение = Could not load file or assembly 'Microsoft.Build, Version=15.1.0.0, Cultu…
-
## The problem summary
As a new user to ASP.NET Core web apps, I am trying to figure out how to properly setup GitHub Actions workflow file to have a working CI/CD setup. Unfortunately, the documen…
-
### Environment
Windows 10
### .NET version
4.8, and >=7.0
### Did this work in a previous version of Visual Studio and/or previous .NET release?
_No response_
### Issue description
I try to mi…