File tree 2 files changed +6
-1
lines changed
src/ProjectTemplates/test 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ public ITestOutputHelper Output
81
81
82
82
[ Theory ]
83
83
[ MemberData ( nameof ( TemplateBaselines ) ) ]
84
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/23993" ) ]
85
84
public async Task Template_Produces_The_Right_Set_Of_FilesAsync ( string arguments , string [ ] expectedFiles )
86
85
{
87
86
Project = await ProjectFactory . GetOrCreateProject ( "baseline" + SanitizeArgs ( arguments ) , Output ) ;
Original file line number Diff line number Diff line change 915
915
" Data/Migrations/ApplicationDbContextModelSnapshot.cs" ,
916
916
" Pages/Counter.razor" ,
917
917
" Pages/Error.cshtml" ,
918
+ " Pages/Error.cshtml.cs" ,
918
919
" Pages/FetchData.razor" ,
919
920
" Pages/Index.razor" ,
920
921
" Pages/_Host.cshtml" ,
954
955
" Data/WeatherForecastService.cs" ,
955
956
" Pages/Counter.razor" ,
956
957
" Pages/Error.cshtml" ,
958
+ " Pages/Error.cshtml.cs" ,
957
959
" Pages/FetchData.razor" ,
958
960
" Pages/Index.razor" ,
959
961
" Pages/_Host.cshtml" ,
993
995
" Data/WeatherForecastService.cs" ,
994
996
" Pages/Counter.razor" ,
995
997
" Pages/Error.cshtml" ,
998
+ " Pages/Error.cshtml.cs" ,
996
999
" Pages/FetchData.razor" ,
997
1000
" Pages/Index.razor" ,
998
1001
" Pages/_Host.cshtml" ,
1031
1034
" Data/WeatherForecast.cs" ,
1032
1035
" Data/WeatherForecastService.cs" ,
1033
1036
" Pages/Error.cshtml" ,
1037
+ " Pages/Error.cshtml.cs" ,
1034
1038
" Pages/Counter.razor" ,
1035
1039
" Pages/FetchData.razor" ,
1036
1040
" Pages/Index.razor" ,
1070
1074
" Data/WeatherForecastService.cs" ,
1071
1075
" Pages/Counter.razor" ,
1072
1076
" Pages/Error.cshtml" ,
1077
+ " Pages/Error.cshtml.cs" ,
1073
1078
" Pages/FetchData.razor" ,
1074
1079
" Pages/Index.razor" ,
1075
1080
" Pages/_Host.cshtml" ,
1109
1114
" Data/WeatherForecastService.cs" ,
1110
1115
" Pages/Counter.razor" ,
1111
1116
" Pages/Error.cshtml" ,
1117
+ " Pages/Error.cshtml.cs" ,
1112
1118
" Pages/FetchData.razor" ,
1113
1119
" Pages/Index.razor" ,
1114
1120
" Pages/_Host.cshtml" ,
You can’t perform that action at this time.
0 commit comments