cache nuget packages

This commit is contained in:
master
2025-11-17 20:46:40 +02:00
parent 833e68575a
commit d3128aec24
3344 changed files with 5325703 additions and 0 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>