dotnet / format

Home for the dotnet-format command
MIT License
1.94k stars 172 forks source link

[main] Update dependencies from dotnet/arcade #1866

Closed dotnet-maestro[bot] closed 1 year ago

dotnet-maestro[bot] commented 1 year ago

This pull request updates the following dependencies

From https://github.com/dotnet/arcade

Coherency Updates

The following updates ensure that dependencies with a CoherentParentDependency attribute were produced in a build used as input to the parent dependency's build. See Dependency Description Format

JoeRobich commented 1 year ago

MSBuildWorkspace is not properly loading blazorwasm projects under .NET 8p4

✘ Microsoft.CodeAnalysis.Tools.Tests.MSBuild.MSBuildWorkspaceLoaderTests.CSharpTemplateProject_LoadWithNoDiagnostics(templateName: "blazorwasm", ignoredDiagnostics: "")​2s 512ms
Error:
Assert.Empty() Failure
Expected: <empty>
Actual:   [
  /Users/joeyrobichaud/Source/format/tests/projects/for_workspace_loader/csharp_blazorwasm_project/Program.cs(3,7): error CS0246: The type or namespace name 'csharp_blazorwasm_project' could not be found (are you missing a using directive or an assembly reference?),
  /Users/joeyrobichaud/Source/format/tests/projects/for_workspace_loader/csharp_blazorwasm_project/Program.cs(6,28): error CS0246: The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)
]
lewing commented 1 year ago

current flow is in https://github.com/dotnet/format/pull/1882