Skip to content

Commit

Permalink
Back-port a lot of goodness
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Jul 22, 2024
1 parent 47f7ffa commit ac9b30e
Show file tree
Hide file tree
Showing 21 changed files with 402 additions and 611 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-reportgenerator-globaltool": {
"version": "5.3.0",
"version": "5.3.6",
"commands": [
"reportgenerator"
],
Expand Down Expand Up @@ -38,7 +38,7 @@
"rollForward": false
},
"nbgv": {
"version": "3.6.133",
"version": "3.6.139",
"commands": [
"nbgv"
],
Expand Down
1 change: 1 addition & 0 deletions AltCover.Avalonia/AltCover.Avalonia.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<GlobalDefineConstants>AVALONIA;$(TOGGLE)</GlobalDefineConstants>
<UseStandardResourceNames>True</UseStandardResourceNames>
<Win32Resource>$(ProjectDir)../AltCover.Visualizer/Resource.res</Win32Resource>
<NoWarn>NU1902,NU1903,NU1904</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GlobalDefineConstants>NoCanonicalDirectories;FAKEAPI</GlobalDefineConstants>
<!-- something; Could not locate the assembly "Mono.Posix" -->
<MSBuildWarningsAsMessages>MSB3277;MSB3245</MSBuildWarningsAsMessages>
<NoWarn>NU1701;NU1605</NoWarn>
<NoWarn>NU1701;NU1605;NU1902,NU1903,NU1904</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
2 changes: 1 addition & 1 deletion AltCover.Fake/AltCover.Fake.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>AltCover.Fake</RootNamespace>
<AssemblyName>AltCover.Fake</AssemblyName>
<GlobalDefineConstants>RUNNER</GlobalDefineConstants>
<NoWarn>NU1701;NU1605</NoWarn>
<NoWarn>NU1701;NU1605;NU1902,NU1903,NU1904</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
Empty file removed AltCover.Recorder.Tests/Adapter.cs
Empty file.
202 changes: 0 additions & 202 deletions AltCover.Recorder.Tests/Adapter.fs

This file was deleted.

4 changes: 2 additions & 2 deletions AltCover.Recorder.Tests/AltCover.Recorder.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<Link>AssemblyVersion.fs</Link>
</Compile>
<Compile Include="AssemblyInfo.fs" />
<Compile Include="Adapter.fs" />
<Compile Include="Base.Tests.fs" />
<Compile Include="Tracer.Tests.fs" />
<Compile Include="Recorder.Tests.fs" />
<Compile Include="Program.fs" Condition="'$(TargetFramework)' == 'net8.0'" />
<Compile Include="Program.fs" Condition="'$(TargetFramework)' != 'net472'" />
<None Include="Program.cs" Condition="'$(TargetFramework)' == 'net472'" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 0 additions & 5 deletions AltCover.Recorder.Tests/AssemblyInfo.cs

This file was deleted.

19 changes: 0 additions & 19 deletions AltCover.Recorder.Tests/Program.cs

This file was deleted.

38 changes: 0 additions & 38 deletions AltCover.Recorder.Tests/Recorder.Tests.cs

This file was deleted.

Loading

0 comments on commit ac9b30e

Please sign in to comment.