From 701e49f68f0cc36ea30780cb464ec63c8ea6717b Mon Sep 17 00:00:00 2001 From: James Thompson Date: Thu, 29 May 2025 14:50:24 +1000 Subject: [PATCH 1/4] #3320 switch sourcelink to private --- shesha-core/src/Directory.Build.props | 4 ++++ .../Shesha.Application.csproj | 3 --- .../src/Shesha.Common/Shesha.Common.csproj | 4 ---- shesha-core/src/Shesha.Core/Shesha.Core.csproj | 15 ++++++--------- .../src/Shesha.Elmah/Shesha.Elmah.csproj | 16 ++++++---------- .../Shesha.FluentMigrator.csproj | 4 ---- .../Shesha.Framework/Shesha.Framework.csproj | 4 ---- .../src/Shesha.GraphQL/Shesha.GraphQL.csproj | 12 ++++-------- .../src/Shesha.Import/Shesha.Import.csproj | 17 ++++++----------- .../Shesha.MongoRepository.csproj | 17 ++++++----------- .../Shesha.NHibernate.PostGis.csproj | 4 ---- .../Shesha.NHibernate/Shesha.NHibernate.csproj | 18 +++++++----------- .../Shesha.RestSharp/Shesha.RestSharp.csproj | 17 ++++++----------- .../Shesha.Scheduler/Shesha.Scheduler.csproj | 17 ++++++----------- .../Shesha.Sms.Clickatell.csproj | 17 ++++++----------- .../src/Shesha.Web.Core/Shesha.Web.Core.csproj | 15 ++++++--------- .../Shesha.Web.FormsDesigner.csproj | 5 ----- .../src/Shesha.Web.Host/Shesha.Web.Host.csproj | 6 ------ 18 files changed, 63 insertions(+), 132 deletions(-) diff --git a/shesha-core/src/Directory.Build.props b/shesha-core/src/Directory.Build.props index 1ad5c39ca8..ed7d6aa98d 100644 --- a/shesha-core/src/Directory.Build.props +++ b/shesha-core/src/Directory.Build.props @@ -12,6 +12,10 @@ $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + + all + runtime; build; native; contentfiles; analyzers + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/shesha-core/src/Shesha.Application/Shesha.Application.csproj b/shesha-core/src/Shesha.Application/Shesha.Application.csproj index 08378173c2..3ed464bc6c 100644 --- a/shesha-core/src/Shesha.Application/Shesha.Application.csproj +++ b/shesha-core/src/Shesha.Application/Shesha.Application.csproj @@ -154,7 +154,4 @@ - - - \ No newline at end of file diff --git a/shesha-core/src/Shesha.Common/Shesha.Common.csproj b/shesha-core/src/Shesha.Common/Shesha.Common.csproj index b9882f01ac..193262eefd 100644 --- a/shesha-core/src/Shesha.Common/Shesha.Common.csproj +++ b/shesha-core/src/Shesha.Common/Shesha.Common.csproj @@ -20,10 +20,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/shesha-core/src/Shesha.Core/Shesha.Core.csproj b/shesha-core/src/Shesha.Core/Shesha.Core.csproj index 9931765e88..72f6a97d36 100644 --- a/shesha-core/src/Shesha.Core/Shesha.Core.csproj +++ b/shesha-core/src/Shesha.Core/Shesha.Core.csproj @@ -45,13 +45,13 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -64,7 +64,4 @@ - - - \ No newline at end of file diff --git a/shesha-core/src/Shesha.Elmah/Shesha.Elmah.csproj b/shesha-core/src/Shesha.Elmah/Shesha.Elmah.csproj index b2026bc5ab..07fb3b879b 100644 --- a/shesha-core/src/Shesha.Elmah/Shesha.Elmah.csproj +++ b/shesha-core/src/Shesha.Elmah/Shesha.Elmah.csproj @@ -13,14 +13,14 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -37,8 +37,4 @@ - - - - diff --git a/shesha-core/src/Shesha.FluentMigrator/Shesha.FluentMigrator.csproj b/shesha-core/src/Shesha.FluentMigrator/Shesha.FluentMigrator.csproj index b61baccbe8..391929b678 100644 --- a/shesha-core/src/Shesha.FluentMigrator/Shesha.FluentMigrator.csproj +++ b/shesha-core/src/Shesha.FluentMigrator/Shesha.FluentMigrator.csproj @@ -27,10 +27,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/shesha-core/src/Shesha.Framework/Shesha.Framework.csproj b/shesha-core/src/Shesha.Framework/Shesha.Framework.csproj index 350fb1d4e3..6cd390bb46 100644 --- a/shesha-core/src/Shesha.Framework/Shesha.Framework.csproj +++ b/shesha-core/src/Shesha.Framework/Shesha.Framework.csproj @@ -147,8 +147,4 @@ - - - - diff --git a/shesha-core/src/Shesha.GraphQL/Shesha.GraphQL.csproj b/shesha-core/src/Shesha.GraphQL/Shesha.GraphQL.csproj index 24970c45d4..f601bf7129 100644 --- a/shesha-core/src/Shesha.GraphQL/Shesha.GraphQL.csproj +++ b/shesha-core/src/Shesha.GraphQL/Shesha.GraphQL.csproj @@ -18,19 +18,15 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/shesha-core/src/Shesha.Import/Shesha.Import.csproj b/shesha-core/src/Shesha.Import/Shesha.Import.csproj index a1977f6089..e921b54f60 100644 --- a/shesha-core/src/Shesha.Import/Shesha.Import.csproj +++ b/shesha-core/src/Shesha.Import/Shesha.Import.csproj @@ -24,14 +24,14 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -43,9 +43,4 @@ - - - - - diff --git a/shesha-core/src/Shesha.MongoRepository/Shesha.MongoRepository.csproj b/shesha-core/src/Shesha.MongoRepository/Shesha.MongoRepository.csproj index 23e9fc9db1..b12e546eed 100644 --- a/shesha-core/src/Shesha.MongoRepository/Shesha.MongoRepository.csproj +++ b/shesha-core/src/Shesha.MongoRepository/Shesha.MongoRepository.csproj @@ -20,13 +20,13 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -40,9 +40,4 @@ - - - - - diff --git a/shesha-core/src/Shesha.NHibernate.PostGis/Shesha.NHibernate.PostGis.csproj b/shesha-core/src/Shesha.NHibernate.PostGis/Shesha.NHibernate.PostGis.csproj index ea6755585a..aa7ab6c624 100644 --- a/shesha-core/src/Shesha.NHibernate.PostGis/Shesha.NHibernate.PostGis.csproj +++ b/shesha-core/src/Shesha.NHibernate.PostGis/Shesha.NHibernate.PostGis.csproj @@ -15,10 +15,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/shesha-core/src/Shesha.NHibernate/Shesha.NHibernate.csproj b/shesha-core/src/Shesha.NHibernate/Shesha.NHibernate.csproj index 1bfa5b60b3..0d88c981d8 100644 --- a/shesha-core/src/Shesha.NHibernate/Shesha.NHibernate.csproj +++ b/shesha-core/src/Shesha.NHibernate/Shesha.NHibernate.csproj @@ -24,16 +24,16 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -56,10 +56,6 @@ - - - - - + diff --git a/shesha-core/src/Shesha.RestSharp/Shesha.RestSharp.csproj b/shesha-core/src/Shesha.RestSharp/Shesha.RestSharp.csproj index 8cb2ae4e14..e74ef9de3b 100644 --- a/shesha-core/src/Shesha.RestSharp/Shesha.RestSharp.csproj +++ b/shesha-core/src/Shesha.RestSharp/Shesha.RestSharp.csproj @@ -12,13 +12,13 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -27,9 +27,4 @@ - - - - - diff --git a/shesha-core/src/Shesha.Scheduler/Shesha.Scheduler.csproj b/shesha-core/src/Shesha.Scheduler/Shesha.Scheduler.csproj index 73359390fe..01188c76ec 100644 --- a/shesha-core/src/Shesha.Scheduler/Shesha.Scheduler.csproj +++ b/shesha-core/src/Shesha.Scheduler/Shesha.Scheduler.csproj @@ -29,17 +29,17 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -54,9 +54,4 @@ - - - - - diff --git a/shesha-core/src/Shesha.Sms.Clickatell/Shesha.Sms.Clickatell.csproj b/shesha-core/src/Shesha.Sms.Clickatell/Shesha.Sms.Clickatell.csproj index ce48a53340..bedcd38e2d 100644 --- a/shesha-core/src/Shesha.Sms.Clickatell/Shesha.Sms.Clickatell.csproj +++ b/shesha-core/src/Shesha.Sms.Clickatell/Shesha.Sms.Clickatell.csproj @@ -19,13 +19,13 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -37,9 +37,4 @@ - - - - - diff --git a/shesha-core/src/Shesha.Web.Core/Shesha.Web.Core.csproj b/shesha-core/src/Shesha.Web.Core/Shesha.Web.Core.csproj index a166810cad..47c045db45 100644 --- a/shesha-core/src/Shesha.Web.Core/Shesha.Web.Core.csproj +++ b/shesha-core/src/Shesha.Web.Core/Shesha.Web.Core.csproj @@ -40,14 +40,14 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -63,7 +63,4 @@ - - - \ No newline at end of file diff --git a/shesha-core/src/Shesha.Web.FormsDesigner/Shesha.Web.FormsDesigner.csproj b/shesha-core/src/Shesha.Web.FormsDesigner/Shesha.Web.FormsDesigner.csproj index 2d15694577..d2e71421fd 100644 --- a/shesha-core/src/Shesha.Web.FormsDesigner/Shesha.Web.FormsDesigner.csproj +++ b/shesha-core/src/Shesha.Web.FormsDesigner/Shesha.Web.FormsDesigner.csproj @@ -56,9 +56,4 @@ - - - - - diff --git a/shesha-core/src/Shesha.Web.Host/Shesha.Web.Host.csproj b/shesha-core/src/Shesha.Web.Host/Shesha.Web.Host.csproj index ad0f9d77eb..ab9d4d8ba5 100644 --- a/shesha-core/src/Shesha.Web.Host/Shesha.Web.Host.csproj +++ b/shesha-core/src/Shesha.Web.Host/Shesha.Web.Host.csproj @@ -62,10 +62,4 @@ Always - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - \ No newline at end of file From 93f8cff9d8d6cbac56250c1e8b2e044cba11c08f Mon Sep 17 00:00:00 2001 From: James Thompson Date: Tue, 10 Mar 2026 12:24:06 +1100 Subject: [PATCH 2/4] Fix --- shesha-core/src/Directory.Build.props | 1 + 1 file changed, 1 insertion(+) diff --git a/shesha-core/src/Directory.Build.props b/shesha-core/src/Directory.Build.props index c15d0c1676..7a975e8c17 100644 --- a/shesha-core/src/Directory.Build.props +++ b/shesha-core/src/Directory.Build.props @@ -16,6 +16,7 @@ all runtime; build; native; contentfiles; analyzers +