Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix nuget warnings #757

Merged
merged 2 commits into from
Jan 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/static/img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
<IsPackable>true</IsPackable>
<PackageId>Arcus.Templates.AzureFunctions.Databricks.JobMetrics</PackageId>
<Title>Template for Azure Functions Databricks project</Title>
<PackageType>Template</PackageType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Azure;Azure Functions;Databricks;Metric</PackageTags>
<PackageType>Template</PackageType>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<DockerComposeProjectPath>..\Arcus.Templates.Orchestrator.dcproj</DockerComposeProjectPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>NU5048;NU5125;NU5119;NU5128</NoWarn>
<NoWarn>NU5119;NU5128</NoWarn>
<!--#endif-->
</PropertyGroup>

Expand All @@ -43,6 +43,8 @@

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\docs\static\img\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<!--#endif-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
<Description>Provide a template to easily build Azure Functions on a Azure Service Bus Topic.</Description>
<IsPackable>true</IsPackable>
<Title>Template for Azure Functions Service Bus topic project</Title>
<PackageType>Template</PackageType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Azure;Azure Functions;Service Bus;Topic</PackageTags>
<PackageType>Template</PackageType>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/arcus-azure/arcus.templates</PackageProjectUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<DockerComposeProjectPath>..\Arcus.Templates.Orchestrator.dcproj</DockerComposeProjectPath>
<NoWarn>NU5048;NU5125;NU5119</NoWarn>
<NoWarn>NU5119</NoWarn>
<!--#endif-->
</PropertyGroup>
<!--#if (AuthoringMode)-->
Expand All @@ -43,6 +43,8 @@

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\docs\static\img\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<!--#endif-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
<IsPackable>true</IsPackable>
<PackageId>Arcus.Templates.AzureFunctions.Http</PackageId>
<Title>Template for Azure Functions HTTP project</Title>
<PackageType>Template</PackageType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Azure;Azure Functions;HTTP;API</PackageTags>
<PackageType>Template</PackageType>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<DockerComposeProjectPath>..\Arcus.Templates.Orchestrator.dcproj</DockerComposeProjectPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>NU5048;NU5125;NU5119;NU5128</NoWarn>
<NoWarn>NU5119;NU5128</NoWarn>
<!--#endif-->
</PropertyGroup>

Expand All @@ -47,6 +47,8 @@

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\docs\static\img\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<!--#endif-->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType Condition="'$(Isolated)' == 'true'" >Exe</OutputType>
<OutputType Condition="'$(Isolated)' == 'true'">Exe</OutputType>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<!--#if (AuthoringMode)-->
Expand All @@ -12,21 +12,21 @@
<IsPackable>true</IsPackable>
<PackageId>Arcus.Templates.AzureFunctions.ServiceBus.Queue</PackageId>
<Title>Template for Azure Functions Service Bus Queue project</Title>
<PackageType>Template</PackageType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Azure;Azure Functions;Service Bus;Queue</PackageTags>
<PackageType>Template</PackageType>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<DockerComposeProjectPath>..\Arcus.Templates.Orchestrator.dcproj</DockerComposeProjectPath>
<NoWarn>NU5048;NU5125;NU5119</NoWarn>
<NoWarn>NU5119</NoWarn>
<!--#endif-->
</PropertyGroup>
<!--#if (AuthoringMode)-->
Expand All @@ -44,6 +44,8 @@

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\docs\static\img\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<!--#endif-->

Expand Down Expand Up @@ -77,4 +79,5 @@
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
</None>
</ItemGroup>
</Project>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
<Description>Provide a template to easily build Azure Functions on a Azure Service Bus Topic.</Description>
<IsPackable>true</IsPackable>
<Title>Template for Azure Functions Service Bus topic project</Title>
<PackageType>Template</PackageType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Azure;Azure Functions;Service Bus;Topic</PackageTags>
<PackageType>Template</PackageType>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/arcus-azure/arcus.templates</PackageProjectUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<DockerComposeProjectPath>..\Arcus.Templates.Orchestrator.dcproj</DockerComposeProjectPath>
<NoWarn>NU5048;NU5125;NU5119</NoWarn>
<NoWarn>NU5119</NoWarn>
<!--#endif-->
</PropertyGroup>
<!--#if (AuthoringMode)-->
Expand All @@ -43,6 +43,8 @@

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\docs\static\img\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<!--#endif-->

Expand Down
15 changes: 8 additions & 7 deletions src/Arcus.Templates.EventHubs/Arcus.Templates.EventHubs.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Worker">
<Project Sdk="Microsoft.NET.Sdk.Worker">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -11,15 +11,14 @@
<IsPackable>true</IsPackable>
<PackageId>Arcus.Templates.EventHubs</PackageId>
<Title>Template for worker Azure EventHubs project</Title>
<PackageTags>Worker;Azure;EventHubs</PackageTags>
<PackageType>Template</PackageType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Worker;Azure;Azure;EventHubs</PackageTags>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<PackageTags>Worker;Azure;EventHubs</PackageTags>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeContentInPack>true</IncludeContentInPack>
Expand All @@ -28,7 +27,7 @@
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<DockerComposeProjectPath>..\Arcus.Templates.Orchestrator.dcproj</DockerComposeProjectPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>NU5048;NU5125;CS1030;CS1998;NU5128</NoWarn>
<NoWarn>CS1030;CS1998;NU5128</NoWarn>
<!--#endif-->
</PropertyGroup>

Expand All @@ -44,6 +43,8 @@

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\docs\static\img\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<!--#endif-->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Worker">
<Project Sdk="Microsoft.NET.Sdk.Worker">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -11,15 +11,14 @@
<IsPackable>true</IsPackable>
<PackageId>Arcus.Templates.ServiceBus.Queue</PackageId>
<Title>Template for worker Azure Service Bus Queue project</Title>
<PackageTags>Worker;Azure;ServiceBus;Queue</PackageTags>
<PackageType>Template</PackageType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Worker;Azure;Azure;ServiceBus;Queue</PackageTags>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<PackageTags>Worker;Azure;ServiceBus;Queue</PackageTags>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeContentInPack>true</IncludeContentInPack>
Expand All @@ -28,7 +27,7 @@
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<DockerComposeProjectPath>..\Arcus.Templates.Orchestrator.dcproj</DockerComposeProjectPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>NU5048;NU5125;CS1030;CS1998;NU5128</NoWarn>
<NoWarn>CS1030;CS1998;NU5128</NoWarn>
<!--#endif-->
</PropertyGroup>

Expand All @@ -44,6 +43,8 @@

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\docs\static\img\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<!--#endif-->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Worker">
<Project Sdk="Microsoft.NET.Sdk.Worker">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -11,15 +11,14 @@
<IsPackable>true</IsPackable>
<PackageId>Arcus.Templates.ServiceBus.Topic</PackageId>
<Title>Template for worker Azure Service Bus Topic project</Title>
<PackageTags>Worker;Azure;ServiceBus;Topic</PackageTags>
<PackageType>Template</PackageType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Worker;Azure;Azure;ServiceBus;Topic</PackageTags>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<PackageTags>Worker;Azure;ServiceBus;Topic</PackageTags>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeContentInPack>true</IncludeContentInPack>
Expand All @@ -28,7 +27,7 @@
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<DockerComposeProjectPath>..\Arcus.Templates.Orchestrator.dcproj</DockerComposeProjectPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>NU5048;NU5125;CS1030;CS1998;NU5128</NoWarn>
<NoWarn>CS1030;CS1998;NU5128</NoWarn>
<!--#endif-->
</PropertyGroup>

Expand All @@ -44,6 +43,8 @@

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\docs\static\img\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<!--#endif-->

Expand Down
13 changes: 7 additions & 6 deletions src/Arcus.Templates.WebApi/Arcus.Templates.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
<IsPackable>true</IsPackable>
<PackageId>Arcus.Templates.WebApi</PackageId>
<Title>Template for web API project</Title>
<PackageType>Template</PackageType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Azure;WebAPI;App Services;Web App;Web;API</PackageTags>
<PackageType>Template</PackageType>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<PackageTags>Azure;WebAPI;App Services;Web App;Web;API</PackageTags>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeContentInPack>true</IncludeContentInPack>
Expand All @@ -30,7 +29,7 @@
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<DockerComposeProjectPath>..\Arcus.Templates.Orchestrator.dcproj</DockerComposeProjectPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>NU5048;NU5125;CS1030;NU5128</NoWarn>
<NoWarn>CS1030;NU5128</NoWarn>
<!--#endif-->
</PropertyGroup>
<!--#if (AuthoringMode)-->
Expand All @@ -53,6 +52,8 @@

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\docs\static\img\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<!--#endif-->

Expand Down