Skip to content
Open
Changes from all commits
Commits
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
24 changes: 24 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ We try to keep our packages as simple as possible, focusing on a single task or
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="https://www.nuget.org/packages/NetEvolve.Analyzer/"><b>NetEvolve.Analyzer</b></a><br/>
<sup><a href="https://github.com/dailydevops/analyzer">https://github.com/dailydevops/analyzer</a></sup><br/>
<p>NetEvolve Roslyn analyzers and code fixes, organized by the standard Microsoft diagnostic categories.</p>
</td>
<td>
<a href="https://www.nuget.org/packages/NetEvolve.Analyzer/">
<img src="https://img.shields.io/nuget/v/NetEvolve.Analyzer?logo=nuget&style=for-the-badge" alt="NetEvolve.Analyzer Version" />
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.nuget.org/packages/NetEvolve.Arguments/"><b>NetEvolve.Arguments</b></a><br/>
Expand Down Expand Up @@ -242,6 +254,18 @@ We try to keep our packages as simple as possible, focusing on a single task or
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.nuget.org/packages/NetEvolve.FrameShift.Execution/"><b>NetEvolve.FrameShift.Execution</b></a><br/>
<sup><a href="https://github.com/dailydevops/frameshift">https://github.com/dailydevops/frameshift</a></sup><br/>
<p>A command-line tool that runs execution-based mutation verification: it mutates a compiled assembly, re-runs the referencing test project against every mutant, and reports the resulting mutation score.</p>
</td>
<td>
<a href="https://www.nuget.org/packages/NetEvolve.FrameShift.Execution/">
<img src="https://img.shields.io/nuget/v/NetEvolve.FrameShift.Execution?logo=nuget&style=for-the-badge" alt="NetEvolve.FrameShift.Execution Version" />
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.nuget.org/packages/NetEvolve.Guard/"><b>NetEvolve.Guard</b></a><br/>
Expand Down