Merge pull request #229 from WeihanLi/dev #42
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.
|