| File: GitHubModelsDeprecation.cs | Web Access |
| Project: src\src\Aspire.Hosting.GitHub.Models\Aspire.Hosting.GitHub.Models.csproj (Aspire.Hosting.GitHub.Models) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Aspire.Hosting.GitHub.Models; internal static class GitHubModelsDeprecation { // GitHub Models is no longer available to new customers, so the integration is being sunset. // See https://github.com/microsoft/aspire/issues/18402 for details. public const string Message = "GitHub Models is no longer available to new customers, so the Aspire GitHub Models integration is deprecated and will be removed in a future release. See https://github.com/microsoft/aspire/issues/18402 for details."; }