PMart.DeveloperTools.CoreMask
1.0.0
dotnet add package PMart.DeveloperTools.CoreMask --version 1.0.0
NuGet\Install-Package PMart.DeveloperTools.CoreMask -Version 1.0.0
<PackageReference Include="PMart.DeveloperTools.CoreMask" Version="1.0.0" />
<PackageVersion Include="PMart.DeveloperTools.CoreMask" Version="1.0.0" />
<PackageReference Include="PMart.DeveloperTools.CoreMask" />
paket add PMart.DeveloperTools.CoreMask --version 1.0.0
#r "nuget: PMart.DeveloperTools.CoreMask, 1.0.0"
#:package PMart.DeveloperTools.CoreMask@1.0.0
#addin nuget:?package=PMart.DeveloperTools.CoreMask&version=1.0.0
#tool nuget:?package=PMart.DeveloperTools.CoreMask&version=1.0.0
PMart.DeveloperTools
This set of libraries and applications provides different simple tools that may be useful for developers. The tools can also be used in .NET applications, they are available as NuGet packages.
NuGet Packages
PMart.DeveloperTools.CoreMask: Tools related with core masking.
Installation
Install one or more of the available NuGet packages in your project.
Use your IDE or the command:
dotnet add package <PACKAGE_NAME>
Usage
For specific usage details, read the documentation of the tools you want to use:
Unit Tests and Code Coverage
For unit testing, the solution uses the XUnit v3 framework, with the Microsoft Testing Platform (MTP) v2 enabled.
To run the unit tests and assess the code coverage, and if your IDE does not have a tool for it, follow these instructions:
Install (if not already) the ReportGenerator tool:
dotnet tool install dotnet-reportgenerator-globaltool --globalRun the tests with code coverage enabled. Run this command in the root folder of the solution:
dotnet test --solution DeveloperTools.slnx --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml --coverage-settings ./tests/CodeCoverage-settings.xmlUse the ReportGenerator tool to create HTML from the XML coverage files. Run this command in the root folder of the solution:
ReportGenerator -reports:**/coverage.cobertura.xml -targetdir:CoverageReportOpen the HTML file
CoverageReport\index.htmlto see the results.
✅ The solution has 100% code coverage.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 449 | 11/19/2025 |