Skip to content

Commit 06ea906

Browse files
committed
Disable aseembly info generation
Signed-off-by: Victor Chang <[email protected]>
1 parent 1929b48 commit 06ea906

16 files changed

+17
-17
lines changed

src/AssemblyInfo.cs

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 MONAI Consortium
2+
* Copyright 2023 MONAI Consortium
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,16 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17-
//------------------------------------------------------------------------------
18-
// <auto-generated>
19-
// This code was generated by GitVersion.
20-
//
21-
// You can modify this code as we will not overwrite it when re-executing GitVersion
22-
// </auto-generated>
23-
//------------------------------------------------------------------------------
24-
2517
using System.Reflection;
2618

27-
[assembly: AssemblyFileVersion("0.0.0.0")]
2819
[assembly: AssemblyVersion("0.0.0.0")]
20+
[assembly: AssemblyFileVersion("0.0.0.0")]
2921
[assembly: AssemblyInformationalVersion("0.0.0")]
22+

src/CLI/Monai.Deploy.InformaticsGateway.CLI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2727
<CodeAnalysisRuleSet>..\.sonarlint\project-monai_monai-deploy-informatics-gatewaycsharp.ruleset</CodeAnalysisRuleSet>
2828
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
29+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2930
</PropertyGroup>
3031

3132
<ItemGroup>

src/Client.Common/Monai.Deploy.InformaticsGateway.Client.Common.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
2525
<CodeAnalysisRuleSet>..\.sonarlint\project-monai_monai-deploy-informatics-gatewaycsharp.ruleset</CodeAnalysisRuleSet>
2626
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
27+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2728
</PropertyGroup>
2829

2930
<ItemGroup>

src/Client/Monai.Deploy.InformaticsGateway.Client.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2323
<CodeAnalysisRuleSet>..\.sonarlint\project-monai_monai-deploy-informatics-gatewaycsharp.ruleset</CodeAnalysisRuleSet>
2424
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
25+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2526
</PropertyGroup>
2627

2728
<ItemGroup>

src/Common/Monai.Deploy.InformaticsGateway.Common.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
2626
<CodeAnalysisRuleSet>..\.sonarlint\project-monai_monai-deploy-informatics-gatewaycsharp.ruleset</CodeAnalysisRuleSet>
2727
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
28+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2829
</PropertyGroup>
2930

3031
<ItemGroup>

src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<IsTrimmable>true</IsTrimmable>
2424
<CodeAnalysisRuleSet>..\.sonarlint\project-monai_monai-deploy-informatics-gatewaycsharp.ruleset</CodeAnalysisRuleSet>
2525
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
26+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2627
</PropertyGroup>
2728

2829
<ItemGroup>

src/Database/Api/Monai.Deploy.InformaticsGateway.Database.Api.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<ImplicitUsings>enable</ImplicitUsings>
2323
<Nullable>enable</Nullable>
2424
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
25+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2526
</PropertyGroup>
2627

2728
<ItemGroup>

src/Database/EntityFramework/Configuration/MonaiApplicationEntityConfiguration.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
using System;
19-
using System.Collections.Generic;
20-
using System.Linq;
2118
using System.Text.Json;
2219
using System.Text.Json.Serialization;
2320
using Microsoft.EntityFrameworkCore;

src/Database/EntityFramework/Migrations/20221215010255_R3_0.3.6.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using Microsoft.EntityFrameworkCore.Migrations;
1+
using Microsoft.EntityFrameworkCore.Migrations;
32

43
#nullable disable
54

src/Database/EntityFramework/Monai.Deploy.InformaticsGateway.Database.EntityFramework.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<CodeAnalysisRuleSet>..\..\.sonarlint\project-monai_monai-deploy-informatics-gatewaycsharp.ruleset</CodeAnalysisRuleSet>
2525
<Nullable>enable</Nullable>
2626
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
27+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2728
</PropertyGroup>
2829

2930
<ItemGroup>

src/Database/Monai.Deploy.InformaticsGateway.Database.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<CodeAnalysisRuleSet>..\.sonarlint\project-monai_monai-deploy-informatics-gatewaycsharp.ruleset</CodeAnalysisRuleSet>
2424
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
2525
<Nullable>enable</Nullable>
26+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2627
</PropertyGroup>
2728

2829
<ItemGroup>

src/Database/MongoDB/Monai.Deploy.InformaticsGateway.Database.MongoDB.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<CodeAnalysisRuleSet>..\..\.sonarlint\project-monai_monai-deploy-informatics-gatewaycsharp.ruleset</CodeAnalysisRuleSet>
2525
<Nullable>enable</Nullable>
2626
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
27+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2728
</PropertyGroup>
2829

2930
<ItemGroup>

src/DicomWebClient/CLI/Monai.Deploy.InformaticsGateway.DicomWeb.Client.CLI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<PublishReadyToRun>true</PublishReadyToRun>
1919
<CodeAnalysisRuleSet>..\..\.sonarlint\project-monai_monai-deploy-informatics-gatewaycsharp.ruleset</CodeAnalysisRuleSet>
2020
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
21+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2122
</PropertyGroup>
2223

2324
<ItemGroup>

src/DicomWebClient/Monai.Deploy.InformaticsGateway.DicomWeb.Client.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<IsTrimmable>true</IsTrimmable>
2525
<CodeAnalysisRuleSet>..\.sonarlint\project-monai_monai-deploy-informatics-gatewaycsharp.ruleset</CodeAnalysisRuleSet>
2626
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
27+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2728
</PropertyGroup>
2829

2930
<ItemGroup>

src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
~ Copyright 2022 MONAI Consortium
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -27,6 +27,7 @@
2727
<CodeAnalysisRuleSet>..\.sonarlint\project-monai_monai-deploy-informatics-gatewaycsharp.ruleset</CodeAnalysisRuleSet>
2828
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
2929
<UserSecretsId>be0fffc8-bebb-4509-a2c0-3c981e5415ab</UserSecretsId>
30+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
3031
</PropertyGroup>
3132

3233
<ItemGroup>

src/Shared/Test/TestStorageInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616

1717
using Monai.Deploy.InformaticsGateway.Api.Storage;
18-
using Monai.Deploy.Messaging;
1918

2019
namespace Monai.Deploy.InformaticsGateway.SharedTest;
2120

0 commit comments

Comments
 (0)