A2v10.Platform 10.1.8620

dotnet add package A2v10.Platform --version 10.1.8620
                    
NuGet\Install-Package A2v10.Platform -Version 10.1.8620
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="A2v10.Platform" Version="10.1.8620" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="A2v10.Platform" Version="10.1.8620" />
                    
Directory.Packages.props
<PackageReference Include="A2v10.Platform" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add A2v10.Platform --version 10.1.8620
                    
#r "nuget: A2v10.Platform, 10.1.8620"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package A2v10.Platform@10.1.8620
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=A2v10.Platform&version=10.1.8620
                    
Install as a Cake Addin
#tool nuget:?package=A2v10.Platform&version=10.1.8620
                    
Install as a Cake Tool

About

A2v10.Platform is a A2v10 main package.

How to use

public void ConfigureServices(IServiceCollection services)

    var builders = services.UsePlatform(Configuration);

    builders.AuthenticationBuilder.Add...;
    builders.MvcBuilder.Add...;
}

public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
    app.ConfigurePlatform(env, Configuration);
}

Feedback

A2v10.Platform is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.1.8620 180 1/17/2026
10.1.8610 123 1/10/2026
10.1.8609 117 1/8/2026
10.1.8608 101 1/7/2026
10.1.8607 136 1/6/2026
10.1.8606 102 1/5/2026
10.1.8605 108 1/1/2026
10.1.8604 120 12/31/2025
10.1.8603 96 12/30/2025
10.1.8602 155 12/26/2025
10.1.8601 154 12/26/2025
10.1.8600 542 12/1/2025
10.1.8579 268 10/31/2025
10.1.8578 211 10/24/2025
10.1.8577 220 10/20/2025
10.1.8576 197 10/19/2025
10.1.8575 195 10/19/2025
10.1.8574 253 10/1/2025
10.1.8573 209 10/1/2025
10.1.8572 398 9/17/2025
Loading failed