akritikos
|
223b9013be
|
🔧 Updates unit testing settings for Rider
|
2026-03-20 03:03:16 +02:00 |
|
akritikos
|
e70bed02a2
|
🔧 Adds ready to run option
|
2026-03-20 03:02:14 +02:00 |
|
akritikos
|
dab6f2faab
|
🔧 Customizes workspace settings to handle common files
|
2026-03-20 03:01:43 +02:00 |
|
akritikos
|
58d562919e
|
🔧 Moves template installed nugets to their own file
|
2026-03-20 02:49:00 +02:00 |
|
akritikos
|
d554c2bb35
|
🔧 Formats whitespace
|
2026-03-20 02:47:59 +02:00 |
|
akritikos
|
f0cd953e80
|
📝 Disables documentation warnings for samples and tests
|
2026-03-20 02:46:09 +02:00 |
|
akritikos
|
fe4e5ebef1
|
🔧 Migrates test settings to modern Testing Platform
|
2026-03-20 01:57:46 +02:00 |
|
akritikos
|
cbf8083d31
|
🔧 Adds .gitattributes to configure merge strategy for Directory.Packages.props
|
2026-03-20 01:55:34 +02:00 |
|
akritikos
|
dda4b3048b
|
🙈 Updates .gitignore to refine artifact handling and exclude unnecessary files
|
2026-03-20 01:55:26 +02:00 |
|
akritikos
|
52aa34a315
|
📦 Moves nugets and published files under the Artifacts path
|
2026-03-20 01:55:02 +02:00 |
|
akritikos
|
14e6cd7087
|
🔧 Removes all tasks from tasks.json
These were added long before GitVersion was embedded to auto version projects
|
2026-03-20 01:53:35 +02:00 |
|
akritikos
|
12dd15e088
|
🔧 Fixes formatting for PublishDir in Directory.Build.props
|
2026-03-17 02:51:16 +02:00 |
|
akritikos
|
6799fb6d17
|
🔧 Adds nuget.config for package source configuration
Currently, package source mapping falls back to nuget, private feed only contains pre-release versions of libraries
|
2026-03-17 01:58:37 +02:00 |
|
akritikos
|
617b788159
|
🔧 Decouples docker layer cache from .git folder
|
2026-03-17 01:55:59 +02:00 |
|
akritikos
|
c02cd0f662
|
🔧 Updates Directory.Build.props with modern standards
- Treats warnings as errors unless otherwise configured
- Enables transitive library version pinning
- Uses proper deterministic paths on artifacts layout
- Removes deprecated properties
|
2026-03-16 19:03:53 +02:00 |
|
akritikos
|
cc7e434348
|
🔧 Updates global.json to include SDK configuration for prerelease support
|
2026-03-16 19:01:16 +02:00 |
|
akritikos
|
153ecc80df
|
🔥 Removes Deterministic Build Check sample program
|
2026-03-16 18:59:57 +02:00 |
|
akritikos
|
bd95a4717c
|
🔖 Sanitizes changelog generation
|
2026-03-16 18:56:24 +02:00 |
|
akritikos
|
4f79085cd9
|
🔧 Adds Deterministic Build and Source Paths Check functionality
|
2026-03-16 18:33:41 +02:00 |
|
akritikos
|
d27fb7bbca
|
🧪Migrates to MTP testing mode as per .NET 10 guidelines
|
2026-03-02 16:55:10 +02:00 |
|
akritikos
|
6a6b021778
|
🔧 Moves CheckForOverflowUnderflow property to Debug only configurations
Contains measurable overhead that should be redundant with proper unit tests and handling
|
2026-03-02 16:08:15 +02:00 |
|
akritikos
|
b59e0d12ab
|
🔧 Adds guards for specific properties & targets instead of applying them on all projects
|
2026-03-02 16:00:30 +02:00 |
|
akritikos
|
ce0ba9b3b2
|
🔧 Sets internal visibility on props only
|
2026-03-02 15:53:46 +02:00 |
|
akritikos
|
08d94e2221
|
🔧 Migrates code analysis configuration to .globalconfig as per current recommendations
|
2026-03-02 15:49:01 +02:00 |
|
akritikos
|
a0eb6a7579
|
🔧 Adds Dockerfile for generic multi-stage build and deployment setup
|
2026-03-02 15:38:52 +02:00 |
|
akritikos
|
2359b8a88a
|
🔧 Updates StyleCop configuration to place using directives inside namespace
|
2026-02-17 13:20:25 +02:00 |
|
akritikos
|
ad61e47a17
|
⬆️ Updates package versions in Directory.Packages.props
|
2026-02-15 15:27:01 +02:00 |
|
akritikos
|
4fdcec1a13
|
Merge pull request #6 from kritikos-io/main-Apollo
Main apollo
|
2026-02-15 15:24:35 +02:00 |
|
akritikos
|
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 |
|
akritikos
|
c7cfa2b2fc
|
🔧 Fixes case sensitive path for linux
|
2025-12-30 05:18:27 +02:00 |
|
akritikos
|
f03d4b9e20
|
⬆️ Updates package versions in Directory.Packages.props
|
2025-11-20 12:03:21 +02:00 |
|
akritikos
|
1c7fad5a99
|
🔧 Removes deprecated IncludeOpenAPIAnalyzers property
|
2025-11-20 11:59:14 +02:00 |
|
akritikos
|
effd140385
|
🔧 Adds ruleset for common Roslyn analyzer configuration
|
2025-11-13 15:54:10 +02:00 |
|
akritikos
|
bc99d28738
|
🔧 Aligns stylecop rules with C# config
|
2025-11-13 15:41:27 +02:00 |
|
akritikos
|
aef9990695
|
📝 Exposes stylecop.json on the solution
|
2025-11-13 14:34:04 +02:00 |
|
akritikos
|
252595617f
|
🔧 Updates packaging configuration for README and icon files
|
2025-11-12 04:36:39 +02:00 |
|
akritikos
|
2a89dc341b
|
🔧 Fixes condition for including README in NuGet package
|
2025-11-12 04:36:01 +02:00 |
|
akritikos
|
abf6a1c04a
|
🔧 Excludes stylecop.json from package outputs
|
2025-11-12 04:34:37 +02:00 |
|
akritikos
|
bb3cadc731
|
🔧 Fixes project icon and README paths
|
2025-11-12 04:33:42 +02:00 |
|
akritikos
|
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 |
|
akritikos
|
4efb21ca1c
|
🔧 Enables SBOM generation only for packable projects
|
2025-11-11 02:28:19 +02:00 |
|
akritikos
|
2b6659239d
|
🔥 Removes deprecated OpenAPI Analyzers property
|
2025-11-11 02:27:42 +02:00 |
|
akritikos
|
384a66e55a
|
🔧 Adds PackageReference for Microsoft.Sbom.Targets
|
2025-11-11 02:08:20 +02:00 |
|
akritikos
|
8002108e5d
|
➕ Adds Stylecop replacement package
|
2025-11-05 16:08:41 +02:00 |
|
akritikos
|
0e65386326
|
💄 Basic styling guide for stylecop
|
2025-11-05 16:05:49 +02:00 |
|
akritikos
|
c12a3a8d5a
|
🔧 Set Configuration analysis if it hasn't been overriden
|
2025-11-05 16:05:27 +02:00 |
|
akritikos
|
9bab84d53a
|
🔧 Uses Stylecop configuration if present
|
2025-11-05 16:00:42 +02:00 |
|
akritikos
|
586c92ee49
|
🔧 Disable source generated files
|
2025-11-05 16:00:09 +02:00 |
|
akritikos
|
5215570111
|
🔧 Adds SBOM for nuget packages
|
2025-11-05 15:59:36 +02:00 |
|
akritikos
|
3266fd5e65
|
🔧 Disables CentralPackageTransitivePinning in favor of explicit references
Keeping this enabled makes nuget updating a pain, with manual edits required to circumvent certain dependency graphs
|
2025-10-24 14:53:23 +03:00 |
|