Update README.md #1310
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L32
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
|
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L64
'ICredentialProvider' is obsolete: 'Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.'
|
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L64
'SimpleCredentialProvider' is obsolete: 'Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.'
|
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L81
'ApplicationInsightsServiceOptions.InstrumentationKey' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use ApplicationInsightsServiceOptions.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
|
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L89
'CompatibilityVersion' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
|
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L89
'CompatibilityVersion.Version_2_1' is obsolete: 'This CompatibilityVersion value is obsolete.'
|
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L87
'MvcCoreMvcBuilderExtensions.SetCompatibilityVersion(IMvcBuilder, CompatibilityVersion)' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
|
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L95
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
|
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L139
Using 'UseMvc' to configure MVC is not supported while using Endpoint Routing. To continue using 'UseMvc', please set 'MvcOptions.EnableEndpointRouting = false' inside 'ConfigureServices'.
|
This job succeeded
Loading