File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Atc.CodingRules.Updater.CLI Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ private static ProjectFrameworkType DetermineProjectFrameworkType(
143143
144144 projectFrameworkType = optionsProjectFrameworkMapping ? . Type ?? projectType switch
145145 {
146+ DotnetProjectType . AspireAppHost or DotnetProjectType . AspireServiceDefaults => ProjectFrameworkType . Aspire ,
146147 DotnetProjectType . AzureFunctionApp => ProjectFrameworkType . AzureFunctions ,
147148 DotnetProjectType . BlazorServerApp or DotnetProjectType . BlazorWAsmApp => ProjectFrameworkType . Blazor ,
148149 DotnetProjectType . CliApp => ProjectFrameworkType . Cli ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ namespace Atc.CodingRules.Updater;
33public enum ProjectFrameworkType
44{
55 None ,
6+ Aspire ,
67 AzureFunctions ,
78 Blazor ,
89 Cli ,
You can’t perform that action at this time.
0 commit comments