File: AssemblyInfo.cs
Web Access
Project: src\src\Aspire.Hosting.Python\Aspire.Hosting.Python.csproj (Aspire.Hosting.Python)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
using System.Diagnostics.CodeAnalysis;
 
// This assembly provides Python hosting capabilities for .NET Aspire applications and is currently
// marked as experimental (ASPIREHOSTINGPYTHON001). APIs in this assembly may change in future releases
// as the Python integration matures.
//
// To suppress warnings about using experimental APIs from this assembly, add the following to your project file:
// <NoWarn>$(NoWarn);ASPIREHOSTINGPYTHON001</NoWarn>
//
// For more information about this experimental feature, visit: https://aka.ms/aspire/diagnostics/ASPIREHOSTINGPYTHON001
[assembly: Experimental("ASPIREHOSTINGPYTHON001", UrlFormat = "https://aka.ms/aspire/diagnostics/{0}")]