-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update packaging * fix whitespace * Rename api approval file * Fix failing approval * Further cleanup for project files * Remove unused ILMerge.exe * Remove need for NServiceBus.Newtonsoft.Json in test * Remove Integration project Since it wasn't working correctly anyway * Add SourceLink support
- Loading branch information
Showing
20 changed files
with
110 additions
and
770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<LangVersion>latest</LangVersion> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 21 additions & 18 deletions
39
...us.Metrics.PerformanceCounters.Tests/NServiceBus.Metrics.PerformanceCounters.Tests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net452</TargetFramework> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile> | ||
<DebugType>full</DebugType> | ||
<DebugSymbols>True</DebugSymbols> | ||
<SignAssembly>true</SignAssembly> | ||
<Optimize>False</Optimize> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="*.approved.cs" /> | ||
<Compile Remove="*.received.cs" /> | ||
<Compile Include="..\ScriptBuilderTask.Tests\CSharpCodeGenerationTests.Generates.approved.cs" Link="CSharpCodeGenerationTests.Generates.approved.cs" /> | ||
<PackageReference Include="ApprovalTests" Version="3.*" /> | ||
<PackageReference Include="ApprovalUtilities" Version="3.*" /> | ||
<PackageReference Include="Mono.Cecil" Version="0.10.0-*" /> | ||
<PackageReference Include="NServiceBus" Version="6.4.2" /> | ||
<PackageReference Include="NServiceBus.Metrics" Version="[2.0.0, 3.0.0)" /> | ||
<PackageReference Include="NServiceBus.Newtonsoft.Json" Version="1.1.0" /> | ||
<PackageReference Include="NUnit" Version="3.*" /> | ||
<PackageReference Include="ApiApprover" Version="6.1.0-*" /> | ||
<PackageReference Include="PublicApiGenerator" Version="6.1.0-*" /> | ||
<ProjectReference Include="..\NServiceBus.Metrics.PerformanceCounters\NServiceBus.Metrics.PerformanceCounters.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" /> | ||
<PackageReference Include="NServiceBus" Version="6.4.2" /> | ||
<PackageReference Include="NServiceBus.Metrics" Version="2.0.0" /> | ||
<PackageReference Include="NUnit" Version="3.7.1" /> | ||
<PackageReference Include="NUnit3TestAdapter" Version="3.8.0-alpha1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="ApprovalTests" Version="3.0.13" /> | ||
<PackageReference Include="PublicApiGenerator" Version="6.4.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Include="..\ScriptBuilderTask.Tests\CSharpCodeGenerationTests.Generates.approved.cs" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 15 additions & 15 deletions
30
src/NServiceBus.Metrics.PerformanceCounters/NServiceBus.Metrics.PerformanceCounters.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net452</TargetFramework> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>$(SolutionDir)NServiceBus.snk</AssemblyOriginatorKeyFile> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<OutputPath>..\..\binaries\</OutputPath> | ||
<Description>Enables access to performance counters</Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Include="..\ScriptBuilderTask\CounterNameConventions.cs" Link="CounterNameConventions.cs" /> | ||
<PackageReference Include="NServiceBus.Metrics" Version="[2.0.0, 3.0.0)" /> | ||
<PackageReference Include="Fody" Version="2.2.0" PrivateAssets="All" /> | ||
<PackageReference Include="Obsolete.Fody" Version="4.3.2" PrivateAssets="All" /> | ||
<PackageReference Include="Particular.CodeRules" Version="0.2.0" PrivateAssets="All" /> | ||
<PackageReference Include="Particular.Packaging" Version="0.1.0" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="GitVersionTask" Version="4.0.0-*" PrivateAssets="All" /> | ||
<PackageReference Include="NServiceBus.Metrics" Version="[2.0.0, 3.0.0)" /> | ||
<PackageReference Include="Obsolete.Fody" Version="4.3.2" /> | ||
<PackageReference Include="SourceLink.Create.GitHub" Version="2.5.0" PrivateAssets="All" /> | ||
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.5.0" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Description>Enables access to performance counters</Description> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="..\ScriptBuilderTask\CounterNameConventions.cs" /> | ||
</ItemGroup> | ||
|
||
<Target Name="WritePackageVersionForIntegration" BeforeTargets="GenerateNuspec"> | ||
<WriteLinesToFile Lines="<Project><PropertyGroup><IntegrationVersion>$(PackageVersion)</IntegrationVersion></PropertyGroup></Project>" File="..\Integration\Directory.Build.props" Overwrite="true" /> | ||
</Target> | ||
</Project> |
Oops, something went wrong.