Compare commits

...

24 Commits

Author SHA1 Message Date
f462fa7c33 🔀 Merge remote-tracking branch 'template/main' 2026-02-15 15:31:17 +02:00
ad61e47a17 ⬆️ Updates package versions in Directory.Packages.props 2026-02-15 15:27:01 +02:00
4fdcec1a13 Merge pull request #6 from kritikos-io/main-Apollo
Main apollo
2026-02-15 15:24:35 +02:00
876c09f49f 🔧 Updates StyleCop configuration to place using directives outside namespace and removes delegate from top-level types 2026-02-15 15:21:28 +02:00
c7cfa2b2fc 🔧 Fixes case sensitive path for linux 2025-12-30 05:18:27 +02:00
f03d4b9e20 ⬆️ Updates package versions in Directory.Packages.props 2025-11-20 12:03:21 +02:00
1c7fad5a99 🔧 Removes deprecated IncludeOpenAPIAnalyzers property 2025-11-20 11:59:14 +02:00
effd140385 🔧 Adds ruleset for common Roslyn analyzer configuration 2025-11-13 15:54:10 +02:00
bc99d28738 🔧 Aligns stylecop rules with C# config 2025-11-13 15:41:27 +02:00
aef9990695 📝 Exposes stylecop.json on the solution 2025-11-13 14:34:04 +02:00
252595617f 🔧 Updates packaging configuration for README and icon files 2025-11-12 04:36:39 +02:00
2a89dc341b 🔧 Fixes condition for including README in NuGet package 2025-11-12 04:36:01 +02:00
abf6a1c04a 🔧 Excludes stylecop.json from package outputs 2025-11-12 04:34:37 +02:00
bb3cadc731 🔧 Fixes project icon and README paths 2025-11-12 04:33:42 +02:00
1e5caa208f 🔧 Updates Stylecop configuration to use AdditionalFiles instead of Content
This lead to stylecop.json files being published alongside the nugets
2025-11-11 23:55:55 +02:00
4efb21ca1c 🔧 Enables SBOM generation only for packable projects 2025-11-11 02:28:19 +02:00
2b6659239d 🔥 Removes deprecated OpenAPI Analyzers property 2025-11-11 02:27:42 +02:00
384a66e55a 🔧 Adds PackageReference for Microsoft.Sbom.Targets 2025-11-11 02:08:20 +02:00
8002108e5d Adds Stylecop replacement package 2025-11-05 16:08:41 +02:00
0e65386326 💄 Basic styling guide for stylecop 2025-11-05 16:05:49 +02:00
c12a3a8d5a 🔧 Set Configuration analysis if it hasn't been overriden 2025-11-05 16:05:27 +02:00
9bab84d53a 🔧 Uses Stylecop configuration if present 2025-11-05 16:00:42 +02:00
586c92ee49 🔧 Disable source generated files 2025-11-05 16:00:09 +02:00
5215570111 🔧 Adds SBOM for nuget packages 2025-11-05 15:59:36 +02:00

View File

@@ -1,13 +1,13 @@
<Project> <Project>
<ItemGroup Label="Packages"> <ItemGroup Label="Packages">
<PackageVersion Include="GitVersion.MsBuild" Version="6.5.0" /> <PackageVersion Include="GitVersion.MsBuild" Version="6.5.1" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" /> <PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="10.0.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" /> <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.3" /> <PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.5" />
<PackageVersion Include="NewStyleCop.Analyzers" Version="1.2.0" /> <PackageVersion Include="NewStyleCop.Analyzers" Version="1.2.1" />
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" /> <PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
<PackageVersion Include="NSubstitute" Version="5.3.0" /> <PackageVersion Include="NSubstitute" Version="5.3.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="xunit.v3" Version="3.2.0" /> <PackageVersion Include="xunit.v3" Version="3.2.2" />
</ItemGroup> </ItemGroup>
</Project> </Project>