- 6月 29, 2023
-
-
由 Rikki Gibson 创作于
Snap 17.7p3
-
由 AlekseyTs 创作于
Closes #68819. Consumption of such inline array types is still not supported.
-
由 Cyrus Najmabadi 创作于
* Fix SuppressMessage attributes working on primary constructors * Simplify * Simplify * Use helper * update docs * update docs * Add dedicated tests * SHare code, add test * remove using * Rename
-
- 6月 28, 2023
-
-
由 Manish Vasani 创作于
Rename background analysis option name
-
由 AlekseyTs 创作于
Fixes #68767.
-
由 Manish Vasani 创作于
-
由 Manish Vasani 创作于
Avoid using 'solution crawler' terminology in the option name
-
由 David Wengier 创作于
"Fix" LSP semantic token modifiers
-
由 Dan Moseley 创作于
-
由 Arun Chander 创作于
Update VSTelemetry package version
-
由 Todd Grunke 创作于
Should address our side of https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1837883
-
- 6月 27, 2023
-
-
https://github.com/dotnet/arcade由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.23312.2 to 1.0.0-beta.23319.1 (parent: Microsoft.DotNet.Arcade.Sdk)
-
由 Manish Vasani 创作于
Roslyn side changes to enable full solution background analysis in LSP/VSCode
-
由 Manish Vasani 创作于
Work towards #68553. This needs a corresponding change in dotnet/vscode-csharp repo. I verified that this change + the corresponding vscode-csharp change enables FSA support in C# DevKit extension in VSCode. Needs couple more Roslyn side fixes as a follow-up: https://github.com/dotnet/roslyn/issues/68797 and https://github.com/dotnet/roslyn/issues/68798
-
由 Tomáš Matoušek 创作于
-
由 Graham 创作于
Fixes #68761
-
由 Miizukii 创作于
* fixed CA1854 occurrences c# * fixed CA1854 occurrences VB * VB init with Nothing + fix formatting * Address PR feedback * Update src/Workspaces/Core/Portable/Rename/ConflictEngine/RenamedSpansTracker.cs Co-authored-by: Jan Jones <jan.jones.cz@gmail.com> * remove redundant ifs * Apply suggestions from code review Co-authored-by: CyrusNajmabadi <cyrus.najmabadi@gmail.com> --------- Co-authored-by: Jan Jones <jan.jones.cz@gmail.com> Co-authored-by: CyrusNajmabadi <cyrus.najmabadi@gmail.com>
-
由 Julien Couvreur 创作于
-
由 Tomáš Matoušek 创作于
-
由 Chris Sienkiewicz 创作于
-
由 AlekseyTs 创作于
-
由 Tomáš Matoušek 创作于
-
- 6月 26, 2023
- 6月 24, 2023
-
-
https://github.com/dotnet/arcade由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/arcade
-
由 David Barbet 创作于
Return correctly formatted URIs for file watching
-
由 Jan Jones 创作于
* Add tests * Validate diagnostics reported by source generators * Skip tests on desktop * Add file names * Use `nameof` * Use named arguments * Add platform helper for argument exception diagnostic * Update VB tests
-
由 Fred Silberberg 创作于
I missed a resource package dependency.
-
- 6月 23, 2023
-
-
由 David Wengier 创作于
-
由 David Barbet 创作于
-
由 David Barbet 创作于
-
由 David Barbet 创作于
-
由 David Wengier 创作于
Don't expose MS.VS.LanguageServer.Protocol types from EA.Razor
-
由 Fred Silberberg 创作于
This adds a new flag to the command-line compiler (and corresponding msbuild property) that reports on IVT information the compiler knows about and tries to help users figure out where IVT issues are coming from. Concretely, it changes the output in 3 ways: 1. After all regular diagnostics are calculated and emitted, we look for any diagnostics that are about inaccessible members. If we find any, and those members are from other assemblies, we print what assembly they're from. 2. After this, we print the current assembly identity, meaning name and public key. 3. Finally, we go through every reference passed to the compiler and print the assembly identity, wether the assembly has granted IVT to the assembly being compiled, and all IVTs the compiler sees this assembly as having. Examples of what this output looks like are in the newly added commandline tests for the scenario.
-
- 6月 22, 2023
-
-
由 David Wengier 创作于
-
由 Fred Silberberg 创作于
We were seeing consistent failures in the linux pipeline. Also adds more info when the test does timeout for helping in figuring out how many iterations makes it consistent.
-
由 Jason Malinowski 创作于
Report exceptions thrown in callbacks in Workspace.SetCurrentSolutionAsync
-
由 David Wengier 创作于
-
由 Jason Malinowski 创作于
This should ensure we are able to get proper crash dumps for some workspace corruption issues.
-