Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
0e05965
Added ms code coverage support
matthiasschnelteABB Mar 6, 2022
b7f5f32
merge upstream master . no success on build
matthiasschnelteABB Mar 6, 2022
608cfc4
Clean up after merge
matthiasschnelteABB Mar 6, 2022
6c7d245
gitignore fine code coverage settings
matthiasschnelteABB Mar 6, 2022
028145b
Fix test
matthiasschnelteABB Mar 6, 2022
2537163
remove unnecessary import
tonyhallett Mar 7, 2022
b8829f4
remove package reference Microsoft.VisualStudio.Shell.15.0
tonyhallett Mar 7, 2022
2278ffe
refactor MSCodeCoverageRunSettingsService
tonyhallett Mar 7, 2022
94593dc
correct mscodecoverage not collected when RunInParallel
tonyhallett Mar 7, 2022
5186c1c
move getting MsCodeCoverageRunSettingsService solution directory path…
tonyhallett Mar 7, 2022
c53e94e
correct - ms code coverage zip not available to vs2022
tonyhallett Mar 7, 2022
0ec8bbf
change MSCodeCoverage to not be the default.
tonyhallett Mar 7, 2022
6e3d2ee
add template to VS 2022
tonyhallett Mar 10, 2022
4eeb9e5
how will be proceeding with Ms code coverage
tonyhallett Mar 17, 2022
4110e71
refactor MsCodeCoverageRunSettingsService - tests to change in next c…
tonyhallett Mar 17, 2022
f1da4e9
most ms code coverage tests
tonyhallett Mar 18, 2022
e92b2c3
further tests
tonyhallett Mar 19, 2022
a3c9d49
more tests
tonyhallett Mar 20, 2022
c1f2fac
more tests
tonyhallett Mar 20, 2022
738a94e
more tests
tonyhallett Mar 21, 2022
5213eb4
refactor
tonyhallett Mar 22, 2022
3c89938
more tests
tonyhallett Mar 23, 2022
a515d4f
Merge branch 'master' of https://github.com/FortuneN/FineCodeCoverage…
tonyhallett Mar 23, 2022
d58b0ea
add new interface property to test implementation.
tonyhallett Mar 23, 2022
b1df225
remove readme project item
tonyhallett Mar 24, 2022
9c0adf5
Add Recommended You Do Not ChangeElements If Not Provided for templates
tonyhallett Mar 24, 2022
29645b6
remove unnecessary .gitignore lines
tonyhallett Mar 24, 2022
76fbc90
variable name change to be explicit that is a shared token
tonyhallett Mar 24, 2022
8a34e1d
RemoveGeneratedProjectSettingsAsync at appropriate times. tests to f…
tonyhallett Mar 24, 2022
962f204
remaining tests for cleanup
tonyhallett Mar 25, 2022
3eaf745
tidy
tonyhallett Mar 25, 2022
f850edd
fix issue with report generator message logging of exceptions
tonyhallett Mar 25, 2022
5affd21
correct results directory replacement path
tonyhallett Mar 25, 2022
c4639b6
add ok return for testing
tonyhallett Mar 25, 2022
0055dd1
correction - cannot use stored coverage projects for removal
tonyhallett Mar 25, 2022
516ce75
add FCC ModulePathsExclude for nunit and Moq
tonyhallett Mar 25, 2022
0260356
remove comments
tonyhallett Mar 25, 2022
27e3efc
backup different recommended for net framework
tonyhallett Mar 25, 2022
b9c3732
remaining tests for framework based UseVerifiableInstrumentation
tonyhallett Mar 26, 2022
ac5ce6b
refactor
tonyhallett Mar 26, 2022
d971820
refactor
tonyhallett Mar 26, 2022
2f4d817
refactor
tonyhallett Mar 26, 2022
d0d81ee
refactor
tonyhallett Mar 26, 2022
979f49a
refactor options - including enumeration for ms code coverage. Add N…
tonyhallett Mar 28, 2022
6955561
better option categories
tonyhallett Mar 28, 2022
a655c05
correct test
tonyhallett Mar 28, 2022
117884b
add report link mentioning new ms code coverage
tonyhallett Mar 28, 2022
5849862
log to output for new ms code coverage availability
tonyhallett Mar 28, 2022
9343399
test change for last commit
tonyhallett Mar 28, 2022
3d8ced8
Add replaceable Configuration / CodeCoverage to custom template
tonyhallett Mar 29, 2022
702c6b0
clone navigator before move it
tonyhallett Mar 29, 2022
ccb04f2
update readme
tonyhallett Mar 29, 2022
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
38 changes: 25 additions & 13 deletions FineCodeCoverage/FineCodeCoverage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,31 +81,40 @@
<Link>Resources\reportparts.xml</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ZippedTools\coverlet.collector.3.0.3.zip">
<VSCTCompile Include="..\Shared Files\OutputToolWindowPackage.vsct">
<Link>OutputToolWindowPackage.vsct</Link>
<ResourceName>Menus.ctmenu</ResourceName>
</VSCTCompile>
<Content Include="..\Shared Files\Resources\ClearUICommand.png">
<Link>Resources\ClearUICommand.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ZippedTools\coverlet.console.3.0.3.zip">
<Content Include="..\Shared Files\Resources\OutputToolWindowCommand.png">
<Link>Resources\OutputToolWindowCommand.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ZippedTools\microsoft.testplatform.16.9.1.zip">
<Content Include="..\Shared Files\ZippedTools\coverlet.collector.3.0.3.zip">
<Link>ZippedTools\coverlet.collector.3.0.3.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ZippedTools\openCover.4.7.922.zip">
<Content Include="..\Shared Files\ZippedTools\coverlet.console.3.0.3.zip">
<Link>ZippedTools\coverlet.console.3.0.3.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ZippedTools\reportGenerator.4.7.1.zip">
<Content Include="..\Shared Files\ZippedTools\microsoft.codecoverage.17.1.0.zip">
<Link>ZippedTools\microsoft.codecoverage.17.1.0.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<VSCTCompile Include="..\Shared Files\OutputToolWindowPackage.vsct">
<Link>OutputToolWindowPackage.vsct</Link>
<ResourceName>Menus.ctmenu</ResourceName>
</VSCTCompile>
<Content Include="..\Shared Files\Resources\ClearUICommand.png">
<Link>Resources\ClearUICommand.png</Link>
<Content Include="..\Shared Files\ZippedTools\microsoft.testplatform.16.9.1.zip">
<Link>ZippedTools\microsoft.testplatform.16.9.1.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\Resources\OutputToolWindowCommand.png">
<Link>Resources\OutputToolWindowCommand.png</Link>
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.922.zip">
<Link>ZippedTools\openCover.4.7.922.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\reportGenerator.4.7.1.zip">
<Link>ZippedTools\reportGenerator.4.7.1.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<!--
Expand Down Expand Up @@ -143,6 +152,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="ReflectObject">
<Version>1.0.0</Version>
</PackageReference>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed FineCodeCoverage/ZippedTools/openCover.4.7.922.zip
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions FineCodeCoverage2022/FineCodeCoverage2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
<Link>Resources\LICENSE</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\microsoft.codecoverage.17.1.0.zip">
<Link>ZippedTools\microsoft.codecoverage.17.1.0.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
Expand Down Expand Up @@ -141,6 +145,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="ReflectObject">
<Version>1.0.0</Version>
</PackageReference>
Expand Down
Loading