File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -340,6 +340,7 @@ resharper_web_config_type_not_resolved_highlighting = warning
340340resharper_web_config_wrong_module_highlighting = warning
341341csharp_style_prefer_unbound_generic_type_in_nameof = true :suggestion
342342csharp_style_prefer_implicitly_typed_lambda_expression = true :suggestion
343+ csharp_style_prefer_simple_property_accessors = true :suggestion
343344
344345[* .{cs,vb} ]
345346dotnet_style_coalesce_expression = true :suggestion
Original file line number Diff line number Diff line change 2424 steps :
2525 # uses GitHub's checkout action to checkout code form the release branch
2626 - name : Checkout code
27- uses : actions/checkout@v5 .0.0
27+ uses : actions/checkout@v6 .0.0
2828
2929 # sets up .NET SDK
3030 - name : Setup .NET
Original file line number Diff line number Diff line change 2121 steps :
2222 # uses GitHub's checkout action to checkout code form the main branch
2323 - name : Checkout code
24- uses : actions/checkout@v5 .0.0
24+ uses : actions/checkout@v6 .0.0
2525
2626 # sets up .NET SDK
2727 - name : Setup .NET
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" Humanizer" Version =" 2.14 .1" />
16- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10.0.0" />
17- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10.0.0" PrivateAssets =" all" />
18- <PackageReference Include =" MudBlazor" Version =" 8.14 .0" />
15+ <PackageReference Include =" Humanizer" Version =" 3.0 .1" />
16+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10.0.0" />
17+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10.0.0" PrivateAssets =" all" />
18+ <PackageReference Include =" MudBlazor" Version =" 8.15 .0" />
1919 </ItemGroup >
2020
2121</Project >
Original file line number Diff line number Diff line change 11global using AboutMe . Wasm ;
22global using AboutMe . Wasm . Components ;
33global using Humanizer ;
4- global using Humanizer . Localisation ;
54global using Microsoft . AspNetCore . Components . Web ;
65global using Microsoft . AspNetCore . Components . WebAssembly . Hosting ;
76global using MudBlazor ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Folder Name =" /Solution Items/" >
3+ <File Path =" .editorconfig" />
4+ <File Path =" global.json" />
5+ </Folder >
6+ <Project Path =" AboutMe/Wasm/AboutMe.Wasm.csproj" />
7+ </Solution >
You can’t perform that action at this time.
0 commit comments