David Barbet

Results 70 issues of David Barbet

## Description > **IMPORTANT**: if the defect is reproduced only in a workflow from within the Visual Studio IDE then do not report the issue here - instead, please report...

bug
sprint

splits runtests into three projects. this will allow us to more easily remove runtests once integration tests switch over. Additionally will help with integration test partitioning. 1. One to get...

Area-IDE
Area-Infrastructure
Infraswat

testing if this works after upgrading preview machines

Area-IDE

There is no specific test failure - seems to be hitting classification, navbar, find refs when using the OOP test host. ``` [xUnit.net 00:00:20.17] Microsoft.CodeAnalysis.Editor.UnitTests.NavigationBar.CSharpNavigationBarTests.TestProperties(host: OutOfProcess) [FAIL] Failed Microsoft.CodeAnalysis.Editor.UnitTests.NavigationBar.CSharpNavigationBarTests.TestProperties(host: OutOfProcess)...

Area-IDE
Test
untriaged

Converts clasp into a source package so we can make breaking changes without breaking consumers in VS. This package is not used for cross component communication (its an internal utility...

Area-IDE
untriaged

After all consumers in VS have moved to the source package version of clasp, we need to cleanup pieces that were left for compatibility only. 1. Delete Microsoft.CommonLanguageServer.Framework.Binary package. This...

Area-IDE

The documentation lists this method for configuring excluded files in symbol packages - https://github.com/dotnet/arcade/blob/main/Documentation/CorePackages/Publishing.md#can-we-exclude-symbols-from-publishing-to-symbols-server which allows a file to be added to specify paths to exclude from the symbol publishing...

Ops - Service Maintenance

Repro: 1. Open Roslyn solution and wait for load 2. Find any type with a definition in `Syntax.xml.Syntax.Generated.cs` - for example `BaseTypeDeclarationSyntax` [here](https://github.com/dotnet/roslyn/blob/51716bb586a01d9ee64948af2f10d0472f5a0b6c/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Services/SemanticFacts/CSharpSemanticFacts.cs#L240C70-L240C95) 3. Expect navigate to definition location, instead...

Bug
Triaged