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,5 @@
{
"version": 2,
"contentHash": "c71CPzXXTbnmr3iz2dmo4OniOWNM+30DtWQxpepKVjLIFRYimP+ahn/pjPHSmDqL2xl2tewosLNFodyijcnBLQ==",
"source": "https://api.nuget.org/v3/index.json"
}

Binary file not shown.

View File

@@ -0,0 +1,10 @@
// <auto-generated> This file has been auto generated by xunit.v3.core. </auto-generated>
[assembly: global::Xunit.Runner.Common.RegisterRunnerReporter(typeof(global::Xunit.Runner.Common.AppVeyorReporter))]
[assembly: global::Xunit.Runner.Common.RegisterRunnerReporter(typeof(global::Xunit.Runner.Common.DefaultRunnerReporter))]
[assembly: global::Xunit.Runner.Common.RegisterRunnerReporter(typeof(global::Xunit.Runner.Common.JsonReporter))]
[assembly: global::Xunit.Runner.Common.RegisterRunnerReporter(typeof(global::Xunit.Runner.Common.QuietReporter))]
[assembly: global::Xunit.Runner.Common.RegisterRunnerReporter(typeof(global::Xunit.Runner.Common.SilentReporter))]
[assembly: global::Xunit.Runner.Common.RegisterRunnerReporter(typeof(global::Xunit.Runner.Common.TeamCityReporter))]
[assembly: global::Xunit.Runner.Common.RegisterRunnerReporter(typeof(global::Xunit.Runner.Common.VerboseReporter))]
[assembly: global::Xunit.Runner.Common.RegisterRunnerReporter(typeof(global::Xunit.Runner.Common.VstsReporter))]

View File

@@ -0,0 +1,13 @@
// <auto-generated> This file has been auto generated by xunit.v3.core. </auto-generated>
module internal XunitDefaultRunnerReporters
[<assembly: global.Xunit.Runner.Common.RegisterRunnerReporter(typeof<global.Xunit.Runner.Common.AppVeyorReporter>)>]
[<assembly: global.Xunit.Runner.Common.RegisterRunnerReporter(typeof<global.Xunit.Runner.Common.DefaultRunnerReporter>)>]
[<assembly: global.Xunit.Runner.Common.RegisterRunnerReporter(typeof<global.Xunit.Runner.Common.JsonReporter>)>]
[<assembly: global.Xunit.Runner.Common.RegisterRunnerReporter(typeof<global.Xunit.Runner.Common.QuietReporter>)>]
[<assembly: global.Xunit.Runner.Common.RegisterRunnerReporter(typeof<global.Xunit.Runner.Common.SilentReporter>)>]
[<assembly: global.Xunit.Runner.Common.RegisterRunnerReporter(typeof<global.Xunit.Runner.Common.TeamCityReporter>)>]
[<assembly: global.Xunit.Runner.Common.RegisterRunnerReporter(typeof<global.Xunit.Runner.Common.VerboseReporter>)>]
[<assembly: global.Xunit.Runner.Common.RegisterRunnerReporter(typeof<global.Xunit.Runner.Common.VstsReporter>)>]
do ()

View File

@@ -0,0 +1,10 @@
' <auto-generated> This file has been auto generated by xunit.v3.core. </auto-generated>
<Assembly: Global.Xunit.Runner.Common.RegisterRunnerReporter(GetType(Global.Xunit.Runner.Common.AppVeyorReporter))>
<Assembly: Global.Xunit.Runner.Common.RegisterRunnerReporter(GetType(Global.Xunit.Runner.Common.DefaultRunnerReporter))>
<Assembly: Global.Xunit.Runner.Common.RegisterRunnerReporter(GetType(Global.Xunit.Runner.Common.JsonReporter))>
<Assembly: Global.Xunit.Runner.Common.RegisterRunnerReporter(GetType(Global.Xunit.Runner.Common.QuietReporter))>
<Assembly: Global.Xunit.Runner.Common.RegisterRunnerReporter(GetType(Global.Xunit.Runner.Common.SilentReporter))>
<Assembly: Global.Xunit.Runner.Common.RegisterRunnerReporter(GetType(Global.Xunit.Runner.Common.TeamCityReporter))>
<Assembly: Global.Xunit.Runner.Common.RegisterRunnerReporter(GetType(Global.Xunit.Runner.Common.VerboseReporter))>
<Assembly: Global.Xunit.Runner.Common.RegisterRunnerReporter(GetType(Global.Xunit.Runner.Common.VstsReporter))>

View File

@@ -0,0 +1,33 @@
# xUnit.net v3 [Core Unit Testing Framework]
Includes the core library (xunit.v3.core.dll), to be used for writing tests; extensibility authors should include xunit.v3.extensibility.core instead. Supports .NET Framework 4.7.2 or later and .NET 8 or later.
# About xUnit.net
[<img align="right" width="100px" src="https://raw.githubusercontent.com/xunit/media/main/dotnet-foundation.svg" />](https://dotnetfoundation.org/projects/project-detail/xunit)
xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C# and F# (other .NET languages may work as well, but are unsupported). xUnit.net works with Visual Studio, Visual Studio Code, ReSharper, CodeRush, and TestDriven.NET. It is part of the [.NET Foundation](https://www.dotnetfoundation.org/), and operates under their [code of conduct](https://www.dotnetfoundation.org/code-of-conduct). It is licensed under [Apache 2](https://opensource.org/licenses/Apache-2.0) (an OSI approved license).
For project documentation, please visit the [xUnit.net project home](https://xunit.net/).
* _New to xUnit.net? Get started with [.NET Framework](https://xunit.net/docs/getting-started/netfx/visual-studio), [.NET Core](https://xunit.net/docs/getting-started/netcore/cmdline), and [devices](https://xunit.net/docs/getting-started/uwp/devices-runner)._
* _Need some help building the source? See [BUILDING.md](https://github.com/xunit/xunit/tree/main/BUILDING.md)._
* _Want to contribute to the project? See [CONTRIBUTING.md](https://github.com/xunit/.github/tree/main/CONTRIBUTING.md)._
* _Want to contribute to the assertion library? See the [suggested contribution workflow](https://github.com/xunit/assert.xunit/tree/main/README.md#suggested-contribution-workflow) in the assertion library project, as it is slightly more complex due to code being spread across two GitHub repositories._
[![Powered by NDepend](https://raw.github.com/xunit/media/main/powered-by-ndepend-transparent.png)](http://www.ndepend.com/)
## Latest Builds
| | Stable | Latest CI ([how to use](https://xunit.net/docs/using-ci-builds)) | Build status
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------
| v3 core framework | [![](https://img.shields.io/nuget/v/xunit.v3.svg?logo=nuget)](https://www.nuget.org/packages/xunit.v3) | [![](https://img.shields.io/badge/endpoint.svg?url=https://f.feedz.io/xunit/xunit/shield/xunit.v3/latest&color=f58142)](https://feedz.io/org/xunit/repository/xunit/packages/xunit.v3) | [![](https://img.shields.io/endpoint.svg?url=https://actions-badge.atrox.dev/xunit/xunit/badge%3Fref%3Dmain&amp;label=build)](https://actions-badge.atrox.dev/xunit/xunit/goto?ref=main)
| v2 core framework | [![](https://img.shields.io/nuget/v/xunit.svg?logo=nuget)](https://www.nuget.org/packages/xunit) | [![](https://img.shields.io/badge/endpoint.svg?url=https://f.feedz.io/xunit/xunit/shield/xunit/latest&color=f58142)](https://feedz.io/org/xunit/repository/xunit/packages/xunit) | [![](https://img.shields.io/endpoint.svg?url=https://actions-badge.atrox.dev/xunit/xunit/badge%3Fref%3Dv2&amp;label=build)](https://actions-badge.atrox.dev/xunit/xunit/goto?ref=v2)
| xunit.analyzers | [![](https://img.shields.io/nuget/v/xunit.analyzers.svg?logo=nuget)](https://www.nuget.org/packages/xunit.analyzers) | [![](https://img.shields.io/badge/endpoint.svg?url=https://f.feedz.io/xunit/xunit/shield/xunit.analyzers/latest&color=f58142)](https://feedz.io/org/xunit/repository/xunit/packages/xunit.analyzers) | [![](https://img.shields.io/endpoint.svg?url=https://actions-badge.atrox.dev/xunit/xunit.analyzers/badge%3Fref%3Dmain&amp;label=build)](https://actions-badge.atrox.dev/xunit/xunit.analyzers/goto?ref=main)
| xunit.runner.visualstudio | [![](https://img.shields.io/nuget/v/xunit.runner.visualstudio.svg?logo=nuget)](https://www.nuget.org/packages/xunit.runner.visualstudio) | [![](https://img.shields.io/badge/endpoint.svg?url=https://f.feedz.io/xunit/xunit/shield/xunit.runner.visualstudio/latest&color=f58142)](https://feedz.io/org/xunit/repository/xunit/packages/xunit.runner.visualstudio) | [![](https://img.shields.io/endpoint.svg?url=https://actions-badge.atrox.dev/xunit/visualstudio.xunit/badge%3Fref%3Dmain&amp;label=build)](https://actions-badge.atrox.dev/xunit/visualstudio.xunit/goto?ref=main)
*For complete CI package lists, please visit the [feedz.io package search](https://feedz.io/org/xunit/repository/xunit/search). A free login is required.*
## Sponsors
Help support this project by becoming a sponsor through [GitHub Sponsors](https://github.com/sponsors/xunit).

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Turn off Microsoft.NET.Test.Sdk's auto-generated entrypoint -->
<GenerateProgramFile>false</GenerateProgramFile>
<!-- Turn on Microsoft.Testing.Platform.MSBuild's auto-generated registration function -->
<GenerateSelfRegisteredExtensions>true</GenerateSelfRegisteredExtensions>
<!-- Turn off Microsoft.Testing.Platform.MSBuild's auto-generated entrypoint -->
<GenerateTestingPlatformEntryPoint>false</GenerateTestingPlatformEntryPoint>
<TestProject>true</TestProject>
<!-- Force the app host for .NET builds, since it's required for xunit.v3.runner.utility to run v3 projects -->
<UseAppHost>true</UseAppHost>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,102 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<UsingTask
AssemblyFile="$(MSBuildThisFileDirectory)..\_content\tasks\netfx\xunit.v3.msbuildtasks.dll"
Condition=" '$(MSBuildRuntimeType)' != 'Core' "
TaskName="Xunit.v3.MSBuildTasks.XunitGenerateEntryPoint"/>
<UsingTask
AssemblyFile="$(MSBuildThisFileDirectory)..\_content\tasks\netcore\xunit.v3.msbuildtasks.dll"
Condition=" '$(MSBuildRuntimeType)' == 'Core' "
TaskName="Xunit.v3.MSBuildTasks.XunitGenerateEntryPoint"/>
<!-- Ensure that the output type is executable (and includes the .NET app host) -->
<Target Name="_XunitValidateBuild" BeforeTargets="BeforeBuild" Condition=" '$(TargetFramework)' != '' ">
<Error Text="xUnit.net v3 test projects must be executable (set project property '&lt;OutputType&gt;Exe&lt;/OutputType&gt;'). If this is not a test project, reference xunit.v3.extensibility.core instead." Condition=" '$(OutputType)' != 'Exe' " />
<Error Text="xUnit.net v3 test projects must build an app host (set project property '&lt;UseAppHost&gt;true&lt;/UseAppHost&gt;'). If this is not a test project, reference xunit.v3.extensibility.core instead." Condition=" '$(UseAppHost)' != 'true' AND '$(TargetFrameworkIdentifier)' == '.NETCoreApp' " />
</Target>
<!-- Make sure we generate the PDB type that TPv1 and TPv2/MTP expect -->
<PropertyGroup>
<DebugSymbols Condition=" '$(DebugSymbols)' == '' ">true</DebugSymbols>
</PropertyGroup>
<Choose>
<When Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
<PropertyGroup>
<AutoGenerateBindingRedirects Condition=" '$(AutoGenerateBindingRedirects)' == '' ">true</AutoGenerateBindingRedirects>
<DebugType Condition=" '$(DebugType)' == '' ">full</DebugType>
<GenerateBindingRedirectsOutputType Condition=" '$(GenerateBindingRedirectsOutputType)' == '' ">true</GenerateBindingRedirectsOutputType>
</PropertyGroup>
</When>
<Otherwise>
<PropertyGroup>
<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>
</PropertyGroup>
</Otherwise>
</Choose>
<!--
Generate the entry point, adapted from
https://github.com/microsoft/testfx/blob/a047150c9fcedb16d29d5da35a459352d80c7818/src/Platform/Microsoft.Testing.Platform.MSBuild/buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets
-->
<Target Name="_XunitCreateEntryPointCache">
<PropertyGroup>
<_XunitEntryPointCachePath>$(IntermediateOutputPath)$(MSBuildProjectName).xUnit.v3.EntryPoint.cache</_XunitEntryPointCachePath>
<_XunitEntryPointCachePath>$([MSBuild]::NormalizePath($(MSBuildProjectDirectory), $(_XunitEntryPointCachePath)))</_XunitEntryPointCachePath>
</PropertyGroup>
<ItemGroup>
<_XunitEntryPointCacheHashItems Include="$(RootNamespace)"/>
<_XunitEntryPointCacheHashItems Include="$(UseMicrosoftTestingPlatformRunner)" />
<_XunitEntryPointCacheHashItems Include="$(XunitAutoGeneratedEntryPoint)"/>
<XunitEntryPointCachePath Include="$(_XunitEntryPointCachePath)" />
</ItemGroup>
<Hash ItemsToHash="@(_XunitEntryPointCacheHashItems)">
<Output TaskParameter="HashResult" PropertyName="_XunitEntryPointCacheHash" />
</Hash>
<WriteLinesToFile Lines="$(_XunitEntryPointCacheHash)" File="$(_XunitEntryPointCachePath)" Overwrite="true" WriteOnlyWhenDifferent="true" />
<ItemGroup>
<FileWrites Include="$(_XunitEntryPointCachePath)" />
</ItemGroup>
</Target>
<PropertyGroup>
<_XunitEntryPointFileName>XunitAutoGeneratedEntryPoint$(DefaultLanguageSourceExtension)</_XunitEntryPointFileName>
<_XunitEntryPointPath>$([System.IO.Path]::Combine($(IntermediateOutputPath),$(_XunitEntryPointFileName)))</_XunitEntryPointPath>
<_XunitEntryPointPath>$([MSBuild]::NormalizePath($(MSBuildProjectDirectory), $(_XunitEntryPointPath)))</_XunitEntryPointPath>
</PropertyGroup>
<Target Name="_XunitGenerateEntryPoint" Inputs="@(XunitEntryPointCachePath)" Outputs="$(_XunitEntryPointPath)" Condition=" '$(XunitAutoGeneratedEntryPoint)' != 'false' " DependsOnTargets="_XunitCreateEntryPointCache">
<XunitGenerateEntryPoint SourcePath="$(_XunitEntryPointPath)" RootNamespace="$(RootNamespace)" Language="$(Language)" UseMicrosoftTestingPlatformRunner="$(UseMicrosoftTestingPlatformRunner)" />
<ItemGroup>
<FileWrites Include="$(_XunitEntryPointPath)" />
</ItemGroup>
</Target>
<!-- Attach the auto-injected source to the build process -->
<Target Name="_XunitAttachSourceFiles" BeforeTargets="BeforeCompile;CoreCompile;XamlPreCompile" DependsOnTargets="_XunitGenerateEntryPoint">
<!-- Register the built-in runner reporters -->
<ItemGroup Condition=" '$(XunitRegisterBuiltInRunnerReporters)' != 'false' ">
<Compile Include="$(MSBuildThisFileDirectory)..\_content\DefaultRunnerReporters$(DefaultLanguageSourceExtension)" />
</ItemGroup>
<!-- Register the auto-generated entry point -->
<ItemGroup Condition=" '$(XunitAutoGeneratedEntryPoint)' != 'false' ">
<!-- In F#, the order of compile items matter. CompileAfter are ensured to be at the end. -->
<!-- This avoids the need to depend on implementation details of MTP targets (i.e, targets that start with underscore) -->
<CompileAfter Include="$(_XunitEntryPointPath)" Condition=" '$(Language)' == 'F#' " />
<Compile Include="$(_XunitEntryPointPath)" Condition=" '$(Language)' != 'F#' " />
<FileWrites Include="$(_XunitEntryPointPath)" />
</ItemGroup>
</Target>
<!-- Copy dependencies used by dynamic linked runners like NCrunch -->
<Target Name="_XunitCopyRunnerDependencies" AfterTargets="Build">
<ItemGroup>
<XunitRunnerDependencies Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' " Include="$(MSBuildThisFileDirectory)..\_content\runners\netfx\*" />
<XunitRunnerDependencies Condition=" '$(TargetFrameworkIdentifier)' == '.NETCoreApp' " Include="$(MSBuildThisFileDirectory)..\_content\runners\netcore\*" />
</ItemGroup>
<Copy SourceFiles="@(XunitRunnerDependencies)" DestinationFolder="$([System.IO.Path]::Combine($(MSBuildProjectDirectory),$(OutputPath)))" SkipUnchangedFiles="true" />
</Target>
</Project>

View File

View File

Binary file not shown.

View File

@@ -0,0 +1 @@
J4VWH3q5GZKiDlWUlBpqyAb/rYICX2xEWH/xe+3EMynmgDD/PQB9Z20tVekNVF1dXQLQCRjLr7vgneN139Joaw==

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>xunit.v3.core</id>
<version>3.0.0</version>
<title>xUnit.net v3 [Core Unit Testing Framework]</title>
<authors>jnewkirk,bradwilson</authors>
<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>Includes the core library (xunit.v3.core.dll), to be used for writing tests; extensibility authors should include xunit.v3.extensibility.core instead. Supports .NET Framework 4.7.2 or later and .NET 8 or later.</description>
<releaseNotes>https://xunit.net/releases/v3/3.0.0</releaseNotes>
<copyright>Copyright (C) .NET Foundation</copyright>
<repository type="git" url="https://github.com/xunit/xunit" commit="d0213fc4e5d673d4c3abcb807d2eab72cfd80fe9" />
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.7.3" />
<dependency id="xunit.v3.extensibility.core" version="[3.0.0]" />
<dependency id="xunit.v3.runner.inproc.console" version="[3.0.0]" />
</group>
<group targetFramework="net8.0">
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.7.3" />
<dependency id="xunit.v3.extensibility.core" version="[3.0.0]" />
<dependency id="xunit.v3.runner.inproc.console" version="[3.0.0]" />
</group>
</dependencies>
</metadata>
</package>