From 31f64469b9abb9ba0d473d6825a4cc0e9fb77844 Mon Sep 17 00:00:00 2001 From: adisor Date: Wed, 3 Jul 2024 19:09:58 +0300 Subject: [PATCH 1/5] Add strong naming --- src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj index 560c0f98..888738b9 100644 --- a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj +++ b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj @@ -5,6 +5,8 @@ AsyncAPI.NET LEGO.AsyncAPI LEGO.AsyncAPI + True + True From badeb17e27acc890211c905c4e67db2046328ad5 Mon Sep 17 00:00:00 2001 From: adisor Date: Thu, 4 Jul 2024 10:02:53 +0300 Subject: [PATCH 2/5] Sign Lego.AsyncAPI --- src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj index 888738b9..b6af7cd1 100644 --- a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj +++ b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj @@ -2,11 +2,13 @@ AsyncAPI.NET models - AsyncAPI.NET + AsyncAPI.NET.Signed LEGO.AsyncAPI LEGO.AsyncAPI True True + True + 5.2.2 From 53a20c97c1f7f7c9fed0e700f404f51a632fd6b8 Mon Sep 17 00:00:00 2001 From: adisor Date: Tue, 9 Jul 2024 18:42:41 +0300 Subject: [PATCH 3/5] Modify csproj to remove the test project --- src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj index b6af7cd1..64ec1e3a 100644 --- a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj +++ b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj @@ -30,9 +30,9 @@ - + From 68bdc2db75e701b284a7e61c98c2b2b110cd6110 Mon Sep 17 00:00:00 2001 From: adisor Date: Tue, 9 Jul 2024 18:57:14 +0300 Subject: [PATCH 4/5] Remove StyleCop.Analyzer --- src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj index 64ec1e3a..1aca40ee 100644 --- a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj +++ b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj @@ -19,10 +19,10 @@ - + From b72005164eebfcc4dad1e9bdfa5bbec24c3a8419 Mon Sep 17 00:00:00 2001 From: adisor Date: Tue, 9 Jul 2024 19:07:58 +0300 Subject: [PATCH 5/5] Add NoWarn --- src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj index 1aca40ee..9f9755a4 100644 --- a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj +++ b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj @@ -9,6 +9,7 @@ True True 5.2.2 + $(NoWarn);NU1504;NU1505;NU1701