Merge pull request #1481 from OfficeDev/v-mfurquan/python-conversion-… #135
Annotations
11 warnings
Set up .NET Core
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Build app
Detected Razor language version downgrade. This is typically caused by a reference to the Microsoft.AspNetCore.Razor.Design package. Consider removing this package reference.
|
Build app:
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.'
|
Build app:
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L64
'ICredentialProvider' is obsolete: 'Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.'
|
Build app:
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L64
'SimpleCredentialProvider' is obsolete: 'Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.'
|
Build app:
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L86
'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.'
|
Build app:
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L94
'CompatibilityVersion' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
|
Build app:
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L94
'CompatibilityVersion.Version_2_1' is obsolete: 'This CompatibilityVersion value is obsolete.'
|
Build app:
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L92
'MvcCoreMvcBuilderExtensions.SetCompatibilityVersion(IMvcBuilder, CompatibilityVersion)' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
|
Build app:
samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L100
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
|
Build app:
samples/msgext-link-unfurling-reddit/csharp/dotnet/RedditApi/RedditHttpClient.cs#L98
Parameter pageToken of method SearchLinksAsync is never used. Remove the parameter or use it in the method body.
|
Loading