Organize workspace: Frontend, Backend, and Tests in one repo

This commit is contained in:
2026-03-04 22:04:07 +00:00
parent a24e901b7f
commit c065cbf61e
5390 changed files with 844081 additions and 446 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>