add offline packages

This commit is contained in:
master
2025-11-20 23:11:44 +02:00
parent 2e276d6676
commit 8ac994ed37
1396 changed files with 2047427 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.23.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.23.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="28de3edd184bd14cf7de4d5d3665cf1f9b4f9bd8" />
</metadata>
</package>