Merge latest Library.Template (#345)
- Skip native binary PDB conversion
Add check to skip conversion for native binary PDBs.
Only disable NBGV_GitEngine when necessary
Merge pull request 481 from AArnott/renovate/docfx-2.x
Update dependency docfx to v2.78.5
- Update mcr.microsoft.com/dotnet/sdk:10.0.103 Docker digest to e362a8d (480)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Update dependency dotnet-coverage to v18.5.1 (483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Update dependency Microsoft.Testing.Extensions.CodeCoverage to 18.5.1 (484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Update GitHub Artifact Actions (482)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bump DotNetRepoTools to 1.2.1
Update dependency Microsoft.Testing.Extensions.CodeCoverage to 18.5.2 (486)
Update dependency dotnet-coverage to v18.5.2 (485)
Co-authored-by: Charles Gagnon chgagnon@microsoft.com Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Microsoft.VisualStudio.Validation
This project is available as the Microsoft.VisualStudio.Validation NuGet package.
Basic input validation via the
Requiresclass throws an ArgumentException.State validation via the
Verifyclass throws an InvalidOperationException.Internal integrity checks via the
Assumesclass throws an InternalErrorException.Warning signs that should not throw exceptions via the
Reportclass.