File tree Expand file tree Collapse file tree 9 files changed +33
-7
lines changed
TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost
TELBlazor.Components.ShowCase.E2ETests/Helpers
TELBlazor.Components.ShowCase.Shared
OptionalImplementations/Core Expand file tree Collapse file tree 9 files changed +33
-7
lines changed Original file line number Diff line number Diff line change 6767 {
6868 return new TELBlazorBaseComponentConfiguration
6969 {
70- JSEnabled = true , //if we are inject the client then it is true
70+ JSEnabled = true , //See mvcblazor logic for proper implementation
7171 HostType = $ "{ builder . Configuration [ "Properties:Environment" ] } { builder . Configuration [ "Properties:Application" ] } "
7272 } ;
7373 } ) ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace TELBlazor.Components.ShowCase.E2ETests.Helpers
99{
1010 public static class BrowserHelper
1111 {
12- // Setting value using PackageSetting.props potentially replace appsettings.Test.json in future especially if apis
12+ // qqqq Setting value using PackageSetting.props potentially replace appsettings.Test.json in future especially if using apis during testing
1313 static bool headless =>
1414 #if HEADLESS_TESTING
1515 true ;
@@ -22,7 +22,6 @@ public static async Task<IBrowserContext> CreateBrowserContextAsync(IPlaywright
2222
2323 IBrowser browser ;
2424
25- bool headless = ( bool . TryParse ( Environment . GetEnvironmentVariable ( "HEADLESS_TESTING" ) , out var result ) && result ) ;
2625 switch ( browserType . ToLower ( ) )
2726 {
2827 case "chromium" :
Original file line number Diff line number Diff line change 1+ gitinclude
Original file line number Diff line number Diff line change 1717 <ItemGroup >
1818 <Content Remove =" packages.lock.json" />
1919 </ItemGroup >
20+ <ItemGroup >
21+ <None Remove =" Services\HelperServices\gitinclude.txt" />
22+ </ItemGroup >
23+ <ItemGroup >
24+ <Content Include =" Services\HelperServices\gitinclude.txt" />
25+ </ItemGroup >
2026 <ItemGroup >
2127 <ProjectReference Include =" ..\TELBlazor.Components\TELBlazor.Components.csproj" Condition =" '$(UseTELBlazorComponentsProjectReference)' == 'true'" />
2228 </ItemGroup >
Original file line number Diff line number Diff line change 1+ gitinclude
Original file line number Diff line number Diff line change 1010using System . Threading . Tasks ;
1111using TELBlazor . Components . Core . Configuration ;
1212
13- namespace TELBlazor . Components . Core . DI
13+ namespace TELBlazor . Components . OptionalImplementations . Core . DI
1414{
1515 public static class DI
1616 {
File renamed without changes.
Original file line number Diff line number Diff line change 3434 <ItemGroup >
3535 <PackageReference Include =" Microsoft.AspNetCore.Components.Web" />
3636 <PackageReference Include =" Microsoft.Extensions.Http" />
37+ <!-- OptionalImplementations add package weight in future it may be beneficial to make them a seperate package-->
38+ <PackageReference Include =" Blazored.LocalStorage" />
39+ <PackageReference Include =" Serilog" />
3740 </ItemGroup >
3841 <ItemGroup >
3942 <Content Remove =" packages.lock.json" />
4548 <Content Remove =" ..\CICDPackageLocation\**\*" />
4649 <None Remove =" ..\CICDPackageLocation\**\*" />
4750 </ItemGroup >
51+ <ItemGroup >
52+ <Content Include =" Core\DI\gitinclude.txt" />
53+ </ItemGroup >
4854 <ItemGroup >
4955 <Folder Include =" Assets\" />
5056 <Folder Include =" wwwroot\css\" />
6874 2) Tell gulp to run the gulpfile in this project directory
6975 3) Gulp to add the TELFrontend css version to version info file
7076 -->
71- <Exec
72- WorkingDirectory =" $(MSBuildProjectDirectory)/.."
73- Command =" npx gulp --cwd " $(MSBuildProjectDirectory)" --gulpfile " $(MSBuildProjectDirectory)/gulpfile.js" " />
77+ <Exec WorkingDirectory =" $(MSBuildProjectDirectory)/.." Command =" npx gulp --cwd " $(MSBuildProjectDirectory)" --gulpfile " $(MSBuildProjectDirectory)/gulpfile.js" " />
7478 </Target >
7579
7680</Project >
Original file line number Diff line number Diff line change 22 "version" : 2 ,
33 "dependencies" : {
44 "net8.0" : {
5+ "Blazored.LocalStorage" : {
6+ "type" : " Direct" ,
7+ "requested" : " [4.5.0, )" ,
8+ "resolved" : " 4.5.0" ,
9+ "contentHash" : " 6nZuJwA7zNIKx83IsObiHXZb09ponJOpCClU3en+hI8ZFvrOKXeOw+H7TegQZQrvdR1n9fkrVkEBQZg8vx6ZTw==" ,
10+ "dependencies" : {
11+ "Microsoft.AspNetCore.Components.Web" : " 8.0.0"
12+ }
13+ },
514 "Microsoft.AspNetCore.Components.Web" : {
615 "type" : " Direct" ,
716 "requested" : " [8.0.14, )" ,
3039 "Microsoft.Extensions.Options" : " 8.0.2"
3140 }
3241 },
42+ "Serilog" : {
43+ "type" : " Direct" ,
44+ "requested" : " [4.2.0, )" ,
45+ "resolved" : " 4.2.0" ,
46+ "contentHash" : " gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
47+ },
3348 "Microsoft.AspNetCore.Authorization" : {
3449 "type" : " Transitive" ,
3550 "resolved" : " 8.0.14" ,
You can’t perform that action at this time.
0 commit comments