Skip to content

Changed the way .NET versions are handled in the build and test action #865

Changed the way .NET versions are handled in the build and test action

Changed the way .NET versions are handled in the build and test action #865

Triggered via push October 2, 2023 10:59
Status Success
Total duration 11m 3s
Artifacts 1

dotnetcore.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x): Framework/Cqrs/Events/SqlEventStore.cs#L44
XML comment has cref attribute 'LinqToSqlEventStore{TAuthenticationToken}' that could not be resolved
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ConfigurationManager/TelemetryCoreHost.cs#L32
Missing XML comment for publicly visible type or member 'TelemetryCoreHost<TAuthenticationToken>.SetConfigurationManager(IConfigurationRoot)'
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/AzureBusHelper.cs#L383
XML comment has a param tag for 'serviceBusReceiver', but there is no parameter by that name
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/AzureBusHelper.cs#L408
Parameter 'client' has no matching param tag in the XML comment for 'AzureBusHelper<TAuthenticationToken>.ReceiveEvent(IMessageReceiver, string, Func<IEvent<TAuthenticationToken>, bool?>, string, string, string, Action, Action)' (but other parameters do)
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/IAzureBusHelper.cs#L124
XML comment has a param tag for 'serviceBusReceiver', but there is no parameter by that name
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/IAzureBusHelper.cs#L149
Parameter 'client' has no matching param tag in the XML comment for 'IAzureBusHelper<TAuthenticationToken>.ReceiveEvent(IMessageReceiver, string, Func<IEvent<TAuthenticationToken>, bool?>, string, string, string, Action, Action)' (but other parameters do)
build (windows-2019, 7.0.x): Framework/Cqrs/DataStores/SqlDataStoreExtension.cs#L44
'RelationalDatabaseFacadeExtensions.ExecuteSqlCommand(DatabaseFacade, RawSqlString, params object[])' is obsolete: 'For the execution of SQL queries using plain strings, use ExecuteSqlRaw instead. For the execution of SQL queries using interpolated string syntax to create parameters, use ExecuteSqlInterpolated instead.'
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x): Framework/Cqrs/Events/SqlEventStore.cs#L44
XML comment has cref attribute 'LinqToSqlEventStore{TAuthenticationToken}' that could not be resolved
build (windows-2019, 7.0.x): Framework/Cqrs/DataStores/SqlDataStoreExtension.cs#L44
'RelationalDatabaseFacadeExtensions.ExecuteSqlCommand(DatabaseFacade, RawSqlString, params object[])' is obsolete: 'For the execution of SQL queries using plain strings, use ExecuteSqlRaw instead. For the execution of SQL queries using interpolated string syntax to create parameters, use ExecuteSqlInterpolated instead.'
build (windows-2019, 7.0.x): Framework/Cqrs/Events/SqlEventStore.cs#L44
XML comment has cref attribute 'LinqToSqlEventStore{TAuthenticationToken}' that could not be resolved
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/AzureQueuedCommandBusReceiver.cs#L62
'AzureQueuedCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)' hides inherited member 'AzureCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/AzureQueuedCommandBusReceiver.cs#L62
'AzureQueuedCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)' hides inherited member 'AzureCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.DocumentDb/AzureDocumentDbHelper.cs#L51
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.DocumentDb/Events/AzureDocumentDbSnapshotStore.cs#L107
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/AzureQueuedCommandBusReceiver.cs#L62
'AzureQueuedCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)' hides inherited member 'AzureCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/AzureQueuedCommandBusReceiver.cs#L62
'AzureQueuedCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)' hides inherited member 'AzureCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x): Framework/Cqrs/Events/SqlEventStore.cs#L44
XML comment has cref attribute 'LinqToSqlEventStore{TAuthenticationToken}' that could not be resolved
build (windows-2019, 7.0.x): Framework/Cqrs/DataStores/SqlDataStoreExtension.cs#L44
'RelationalDatabaseFacadeExtensions.ExecuteSqlCommand(DatabaseFacade, RawSqlString, params object[])' is obsolete: 'For the execution of SQL queries using plain strings, use ExecuteSqlRaw instead. For the execution of SQL queries using interpolated string syntax to create parameters, use ExecuteSqlInterpolated instead.'
build (windows-2019, 7.0.x): Framework/Cqrs/Events/SqlEventStore.cs#L44
XML comment has cref attribute 'LinqToSqlEventStore{TAuthenticationToken}' that could not be resolved
build (windows-2019, 7.0.x)
File 'D:\a\CQRS\CQRS\Framework\Cqrs\tools\install.ps1' is not added because the package already contains file 'tools\install.ps1'
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ConfigurationManager/TelemetryCoreHost.cs#L32
Missing XML comment for publicly visible type or member 'TelemetryCoreHost<TAuthenticationToken>.SetConfigurationManager(IConfigurationRoot)'
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/AzureQueuedCommandBusReceiver.cs#L62
'AzureQueuedCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)' hides inherited member 'AzureCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/AzureQueuedCommandBusReceiver.cs#L62
'AzureQueuedCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)' hides inherited member 'AzureCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/AzureBusHelper.cs#L383
XML comment has a param tag for 'serviceBusReceiver', but there is no parameter by that name
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/AzureBusHelper.cs#L408
Parameter 'client' has no matching param tag in the XML comment for 'AzureBusHelper<TAuthenticationToken>.ReceiveEvent(IMessageReceiver, string, Func<IEvent<TAuthenticationToken>, bool?>, string, string, string, Action, Action)' (but other parameters do)
build (windows-2019, 7.0.x): Framework/Azure/Cqrs.Azure.ServiceBus/IAzureBusHelper.cs#L124
XML comment has a param tag for 'serviceBusReceiver', but there is no parameter by that name
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (windows-2019, 7.0.x)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.

Artifacts

Produced during runtime
Name Size
dotnet-results-7.0.x Expired
7.77 MB