Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Feb 23, 2025
1 parent fe4040b commit 671a2a4
Show file tree
Hide file tree
Showing 42 changed files with 700 additions and 1,188 deletions.
151 changes: 87 additions & 64 deletions .idea/.idea.MSBuild.Targets/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<NukeTelemetryVersion>1</NukeTelemetryVersion>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<ImplicitUsings>enable</ImplicitUsings>
<IsTrimmable>true</IsTrimmable>
<!-- <IsTrimmable>true</IsTrimmable>-->
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
<AnalysisLevel>latest</AnalysisLevel>
<!-- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>-->
Expand Down
3 changes: 0 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<GlobalPackageReference Include="Rocket.Surgery.MSBuild.CI" Version="1.2.1" />
<GlobalPackageReference Include="Rocket.Surgery.MSBuild.GitVersion" Version="1.2.1" />
<GlobalPackageReference Include="Rocket.Surgery.MSBuild.SourceLink" Version="1.2.1" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" />
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
Expand Down
15 changes: 15 additions & 0 deletions MSBuild.Targets.sln
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rocket.Surgery.MyAssembly",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rocket.Surgery.MyAssembly.roslyn4.6", "src\MyAssembly.roslyn4.6\Rocket.Surgery.MyAssembly.roslyn4.6.csproj", "{6BE57205-8535-45E7-B2EB-94F88987EB49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyAssembly.Tests", "test\MyAssembly.Tests\MyAssembly.Tests.csproj", "{CE004297-72A6-448C-9ECE-4CBE81E843D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -204,6 +206,18 @@ Global
{6BE57205-8535-45E7-B2EB-94F88987EB49}.Release|x64.Build.0 = Release|Any CPU
{6BE57205-8535-45E7-B2EB-94F88987EB49}.Release|x86.ActiveCfg = Release|Any CPU
{6BE57205-8535-45E7-B2EB-94F88987EB49}.Release|x86.Build.0 = Release|Any CPU
{CE004297-72A6-448C-9ECE-4CBE81E843D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE004297-72A6-448C-9ECE-4CBE81E843D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE004297-72A6-448C-9ECE-4CBE81E843D6}.Debug|x64.ActiveCfg = Debug|Any CPU
{CE004297-72A6-448C-9ECE-4CBE81E843D6}.Debug|x64.Build.0 = Debug|Any CPU
{CE004297-72A6-448C-9ECE-4CBE81E843D6}.Debug|x86.ActiveCfg = Debug|Any CPU
{CE004297-72A6-448C-9ECE-4CBE81E843D6}.Debug|x86.Build.0 = Debug|Any CPU
{CE004297-72A6-448C-9ECE-4CBE81E843D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE004297-72A6-448C-9ECE-4CBE81E843D6}.Release|Any CPU.Build.0 = Release|Any CPU
{CE004297-72A6-448C-9ECE-4CBE81E843D6}.Release|x64.ActiveCfg = Release|Any CPU
{CE004297-72A6-448C-9ECE-4CBE81E843D6}.Release|x64.Build.0 = Release|Any CPU
{CE004297-72A6-448C-9ECE-4CBE81E843D6}.Release|x86.ActiveCfg = Release|Any CPU
{CE004297-72A6-448C-9ECE-4CBE81E843D6}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -222,6 +236,7 @@ Global
{13C2EA12-2841-4051-9CBD-89A9E56B2445} = {8FFDF555-DB50-45F9-9A2D-6410F39151C3}
{6FEAB5FC-B4CF-421F-B4E5-6386E19235B2} = {8FFDF555-DB50-45F9-9A2D-6410F39151C3}
{6BE57205-8535-45E7-B2EB-94F88987EB49} = {8FFDF555-DB50-45F9-9A2D-6410F39151C3}
{CE004297-72A6-448C-9ECE-4CBE81E843D6} = {DF33E0FB-9790-4654-B60F-8AB22E0CC3D1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {439897C2-CCBD-44FE-B2DC-A3E4670ADA59}
Expand Down
3 changes: 3 additions & 0 deletions src/CI/Rocket.Surgery.MSBuild.CI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
<ItemGroup>
<Compile Remove="**\*.cs" />
</ItemGroup>
<ItemGroup>
<Using Remove="System.Diagnostics.CodeAnalysis.NotNullAttribute" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions src/GitVersion/Rocket.Surgery.MSBuild.GitVersion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
<ItemGroup>
<Compile Remove="**\*.cs" />
</ItemGroup>
<ItemGroup>
<Using Remove="System.Diagnostics.CodeAnalysis.NotNullAttribute" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
<ItemGroup>
<Compile Remove="**\*.cs" />
</ItemGroup>
<ItemGroup>
<Using Remove="System.Diagnostics.CodeAnalysis.NotNullAttribute" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
<ItemGroup>
<Compile Remove="**\*.cs" />
</ItemGroup>
<ItemGroup>
<Using Remove="System.Diagnostics.CodeAnalysis.NotNullAttribute" />
</ItemGroup>
</Project>
Loading

0 comments on commit 671a2a4

Please sign in to comment.