-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: refactore based on new .editorconfig rules
- Loading branch information
Showing
38 changed files
with
765 additions
and
190 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ on: | |
branches: [ $default-branch ] | ||
pull_request: | ||
branches: | ||
- master | ||
- main | ||
- */main | ||
|
||
workflow_dispatch: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
<Project> | ||
<Import Project="../version.props"/> | ||
<PropertyGroup> | ||
<Title>$(MSBuildProjectName)</Title> | ||
<AssemblyName>$(MSBuildProjectName)</AssemblyName> | ||
<AssemblyVersion>$(Version)</AssemblyVersion> | ||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> | ||
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath> | ||
</PropertyGroup> | ||
<Import Project="../version.props"/> | ||
<PropertyGroup> | ||
<Title>$(MSBuildProjectName)</Title> | ||
<AssemblyName>$(MSBuildProjectName)</AssemblyName> | ||
<AssemblyVersion>$(Version)</AssemblyVersion> | ||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> | ||
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath> | ||
<WarningsNotAsErrors>$(WarningsNotAsErrors);CA1848;CA2254</WarningsNotAsErrors> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Authors>Arkadiusz Biel</Authors> | ||
<PackageOutputPath>$(MSBuildProjectDirectory)/../../dist</PackageOutputPath> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Content Include="buildTransitive\**" PackagePath="buildTransitive" /> | ||
<Content Include="Schema\appsettings-schema.*.json" PackagePath="Schema" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<Authors>Arkadiusz Biel</Authors> | ||
<PackageOutputPath>$(MSBuildProjectDirectory)/../../dist</PackageOutputPath> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Content Include="buildTransitive\**" PackagePath="buildTransitive"/> | ||
<Content Include="Schema\appsettings-schema.*.json" PackagePath="Schema"/> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="AWSSDK.CloudFront" Version="3.7.301.21" /> | ||
<PackageVersion Include="Azure.Identity" Version="1.10.4" /> | ||
<PackageVersion Include="Azure.ResourceManager" Version="1.9.0" /> | ||
<PackageVersion Include="Azure.ResourceManager.Cdn" Version="1.2.0" /> | ||
<PackageVersion Include="Azure.ResourceManager.FrontDoor" Version="1.2.0" /> | ||
<PackageVersion Include="bielu.SchemaGenerator.Build" Version="1.0.0-alpha.50" /> | ||
<PackageVersion Include="bielu.SchemaGenerator.Core" Version="1.0.0-alpha.50" /> | ||
<PackageVersion Include="CommandLineParser" Version="2.9.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.ICU.ICU4C.Runtime" Version="68.2.0.9" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" /> | ||
<PackageVersion Include="NJsonSchema" Version="10.9.0" /> | ||
<PackageVersion Include="NSwag.AspNetCore" Version="13.20.0" /> | ||
<PackageVersion Include="NSwag.CodeGeneration" Version="13.20.0" /> | ||
<PackageVersion Include="NSwag.MSBuild" Version="13.20.0" /> | ||
<PackageVersion Include="Scrutor" Version="4.2.2" /> | ||
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" /> | ||
<PackageVersion Include="Umbraco.Cms" Version="10.7.0" /> | ||
<PackageVersion Include="Umbraco.Cms.Core" Version="10.7.0" /> | ||
<PackageVersion Include="Umbraco.Cms.Infrastructure" Version="10.7.0" /> | ||
<PackageVersion Include="Umbraco.Cms.Web.BackOffice" Version="10.7.0" /> | ||
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="10.7.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.