Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
# Area-Wasm
/src/WasmSdk @lewing @akoeplinger @pavelsavara @maraf

# Area-Format
/src/Cli/dotnet/commands/dotnet-format @phil-allen-msft
/test/dotnet-format.UnitTests @phil-allen-msft

# Area-NuGet
/src/Cli/dotnet/Commands/NuGet @dotnet/nuget-team
/src/Cli/dotnet/Commands/Pack @dotnet/nuget-team
Expand Down Expand Up @@ -107,7 +103,7 @@
/test/Microsoft.NET.Build.Containers.UnitTests @dotnet/sdk-container-builds-maintainers

# dotnet-format
Comment thread
tmat marked this conversation as resolved.
Outdated
/src/BuiltInTools/dotnet-format @dotnet/roslyn-ide
/src/Dotnet.Format @dotnet/roslyn-ide
Comment thread
tmat marked this conversation as resolved.
Outdated
/test/dotnet-format.UnitTests @dotnet/roslyn-ide

/src/Microsoft.CodeAnalysis.NetAnalyzers @dotnet/dotnet-analyzers
2 changes: 1 addition & 1 deletion sdk.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Project Path="src/BuiltInTools/AspireService/Microsoft.WebTools.AspireService.Package.csproj" />
<Project Path="src/BuiltInTools/AspireService/Microsoft.WebTools.AspireService.shproj" />
<Project Path="src/BuiltInTools/BrowserRefresh/Microsoft.AspNetCore.Watch.BrowserRefresh.csproj" />
<Project Path="src/BuiltInTools/dotnet-format/dotnet-format.csproj" />
<Project Path="src/Dotnet.Format/dotnet-format/dotnet-format.csproj" />
<Project Path="src/BuiltInTools/dotnet-watch/dotnet-watch.csproj" />
<Project Path="src/BuiltInTools/DotNetDeltaApplier/Microsoft.Extensions.DotNetDeltaApplier.csproj" />
<Project Path="src/BuiltInTools/DotNetWatchTasks/DotNetWatchTasks.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="$(RepoRoot)src\BuiltInTools\dotnet-format\dotnet-format.csproj" />
<ProjectReference Include="$(RepoRoot)src\Dotnet.Format\dotnet-format\dotnet-format.csproj" />
<ProjectReference Include="..\Microsoft.NET.TestFramework\Microsoft.NET.TestFramework.csproj" />
</ItemGroup>

Expand Down
Loading