-
See https://dev.azure.com/dnceng/public/_build/results?buildId=1074927&view=logs&j=922f7fe3-0735-5839-4d76-f6d8a5e047bd&t=0d25a0ea-e524-58e7-6406-4c73ba346f51
From the Shallow Checkout log
![image…
-
Happened while fixing up code in roslyn. original code is:
```
ResultProperties resultProperties;
string error;
var testData = Evaluate(
sou…
-
To be consistent QueueBuildPolicy should take a CancellationToken
https://github.com/dotnet/roslyn-tools/blob/4ffedee20066f89c8be7a21d4580875f72a7d022/src/RoslynInsertionTool/RoslynInsertionTool/Rosl…
-
Please revise the C# language specification section 7.6.2.1 according to the changes we made in Roslyn. See also https://github.com/Microsoft/CodeContracts/pull/209
-
AppInsights query:
```Kusto
exceptions
| where type == 'System.InvalidCastException'
| where method == 'Roslyn.Utilities.UICultureUtilities+c__DisplayClass6_0`1.b__0'
```
-
This dotnet/roslyn-specific analyzer would identify fields of the following form:
```csharp
private static readonly object name;
private readonly object name;
```
And support two diagnostics:…
-
Select "action" here:
https://github.com/dotnet/roslyn/blob/6db04109879e42fbe99a3c1e8f1d44175c041e73/src/Workspaces/Core/Portable/CodeFixes/FixAllOccurrences/BatchFixAllProvider.cs#L176
Expected: …
-
**Version Used**:
Commit e1dcbb3
DotNet --info
```
Host (useful for support):
Version: 5.0.0-preview.4.20251.6
Commit: 47ec733ba7
.NET SDKs installed:
1.1.13 [C:\Program Files\dotnet…
-
# Trending repositories for C#
1. [**ricardojoserf / NativeDump**](https://github.com/ricardojoserf/NativeDump)
__Dump lsass using only Native APIs by hand-crafting Minidump files…
-
This is partially dependent on https://github.com/dotnet/docs/issues/20935
1. It would be nice to have automated PRs to update f1_keywords for the undocumented messages in both C# and VB.
2. It …