Skip to content

Merge pull request #229 from WeihanLi/dev #42

Merge pull request #229 from WeihanLi/dev

Merge pull request #229 from WeihanLi/dev #42

Triggered via push November 13, 2024 15:55
Status Success
Total duration 4m 33s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Release: src/WeihanLi.Common.Logging.Serilog/SerilogLogger.cs#L42
Nullability in constraints for type parameter 'TState' of method 'SerilogLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
Release: samples/DotNetCoreSample/DataExtensionTest.cs#L39
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Release: samples/DotNetCoreSample/RepositoryTest.cs#L69
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Release: src/WeihanLi.Common.Logging.Serilog/SerilogLogger.cs#L42
Nullability in constraints for type parameter 'TState' of method 'SerilogLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
Release: samples/DotNetCoreSample/DataExtensionTest.cs#L39
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Release: samples/DotNetCoreSample/RepositoryTest.cs#L69
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Release: src/WeihanLi.Common/Helpers/PeriodBatching/PortableTimer.cs#L64
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
Release: src/WeihanLi.Common/Helpers/PeriodBatching/PortableTimer.cs#L89
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
Release: src/WeihanLi.Common/Helpers/PeriodBatching/PortableTimer.cs#L107
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
Release: src/WeihanLi.Common/DependencyInjection/ServiceContainer.cs#L274
Member 'WeihanLi.Common.DependencyInjection.ServiceContainer.GetService(Type)' with 'RequiresDynamicCodeAttribute' implements interface member 'System.IServiceProvider.GetService(Type)' without 'RequiresDynamicCodeAttribute'. 'RequiresDynamicCodeAttribute' annotations must match across all interface implementations or overrides.