more binary files removal

This commit is contained in:
2025-12-05 21:06:40 +00:00
parent 5d7c687a77
commit e8eacde73e
3054 changed files with 2895248 additions and 13 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>xunit.analyzers</id>
<version>1.16.0</version>
<title>xUnit.net [Code Analyzers]</title>
<authors>jnewkirk,bradwilson,marcind</authors>
<developmentDependency>true</developmentDependency>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
<icon>_content/logo-128-transparent.png</icon>
<readme>_content/README.md</readme>
<description>xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.
Installing this package provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.</description>
<releaseNotes>https://xunit.net/releases/analyzers/1.16.0</releaseNotes>
<copyright>Copyright (C) .NET Foundation</copyright>
<tags>xunit.analyzers, analyzers, roslyn, xunit, xunit.net</tags>
<repository type="git" url="https://github.com/xunit/xunit.analyzers" commit="c399ff14191b5f0ae95f215e2674c8419d9c4505" />
</metadata>
</package>