Skip to content

Commit

Permalink
Enabled project trim warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmk committed Oct 27, 2023
1 parent a0b2e7e commit a68be08
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/NATS.Client.Core/NATS.Client.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsTrimmable>true</IsTrimmable>

<!-- NuGet Packaging -->
<PackageTags>pubsub;messaging</PackageTags>
Expand Down
1 change: 1 addition & 0 deletions src/NATS.Client.Hosting/NATS.Client.Hosting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsTrimmable>true</IsTrimmable>

<!-- NuGet Packaging -->
<PackageTags>pubsub;messaging</PackageTags>
Expand Down
1 change: 1 addition & 0 deletions src/NATS.Client.JetStream/NATS.Client.JetStream.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsTrimmable>true</IsTrimmable>

<!-- NuGet Packaging -->
<PackageTags>pubsub;messaging;persistance</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsTrimmable>true</IsTrimmable>

<!-- NuGet Packaging -->
<PackageTags>pubsub;messaging;persistance;key-value;storage</PackageTags>
Expand Down
1 change: 1 addition & 0 deletions src/NATS.Client.ObjectStore/NATS.Client.ObjectStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsTrimmable>true</IsTrimmable>

<!-- NuGet Packaging -->
<PackageTags>pubsub;messaging;persistance;storage</PackageTags>
Expand Down
1 change: 1 addition & 0 deletions src/NATS.Client.Services/NATS.Client.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsTrimmable>true</IsTrimmable>

<!-- NuGet Packaging -->
<PackageTags>pubsub;messaging;microservices;services</PackageTags>
Expand Down

0 comments on commit a68be08

Please sign in to comment.