Skip to content

Raise public versions. #7

Raise public versions.

Raise public versions. #7

Triggered via push April 7, 2025 21:34
Status Success
Total duration 2m 48s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build: src/SenseNet.Security.Tests/MessagingTests.cs#L126
'SecurityActivity.Execute(SecurityContext, bool)' is obsolete: 'SAQ: Use ExecuteAsync instead.'
build: src/SenseNet.Security.Tests/MessagingTests.cs#L121
'SecurityActivity.Execute(SecurityContext, bool)' is obsolete: 'SAQ: Use ExecuteAsync instead.'
build: src/SenseNet.Security.Tests/MessagingTests.cs#L80
'SecurityActivity.Execute(SecurityContext, bool)' is obsolete: 'SAQ: Use ExecuteAsync instead.'
build: src/SenseNet.Security.Tests/MessagingTests.cs#L73
'SecurityActivity.Execute(SecurityContext, bool)' is obsolete: 'SAQ: Use ExecuteAsync instead.'
build: src/SenseNet.Security.Messaging.RabbitMQ/RabbitMqMessageProvider.cs#L122
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: src/SenseNet.Security/SecurityStructureException.cs#L23
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/SenseNet.Security/SecurityContext.cs#L107
'SecurityActivity.Execute(SecurityContext, bool)' is obsolete: 'SAQ: Use ExecuteAsync instead.'
build: src/SenseNet.Security/AccessDeniedException.cs#L20
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/SenseNet.Security/SecurityActivityTimeoutException.cs#L22
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/SenseNet.Security/Messaging/SecurityActivityQueue.cs#L162
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.