refactor: small refactoring on models #460
Annotations
10 warnings
build:
test/WeihanLi.Common.Test/ModelsTest/ResultTest.cs#L18
'ResultStatus.NoPermission' is obsolete: 'Please use Forbidden instead'
|
build:
test/WeihanLi.Common.Test/ModelsTest/ResultTest.cs#L19
'ResultStatus.RequestError' is obsolete: 'Please use BadRequest instead'
|
build:
test/WeihanLi.Common.Test/ModelsTest/ResultTest.cs#L21
'ResultStatus.ResourceNotFound' is obsolete: 'Please use NotFound instead'
|
build:
test/WeihanLi.Common.Test/ModelsTest/ResultTest.cs#L18
'ResultStatus.NoPermission' is obsolete: 'Please use Forbidden instead'
|
build:
test/WeihanLi.Common.Test/ModelsTest/ResultTest.cs#L19
'ResultStatus.RequestError' is obsolete: 'Please use BadRequest instead'
|
build:
test/WeihanLi.Common.Test/ModelsTest/ResultTest.cs#L21
'ResultStatus.ResourceNotFound' is obsolete: 'Please use NotFound instead'
|
build:
src/WeihanLi.Common/Aspect/AttributeInterceptorResolver.cs#L19
Member 'WeihanLi.Common.Aspect.AttributeInterceptorResolver.ResolveInterceptors(IInvocation)' with 'RequiresUnreferencedCodeAttribute' implements interface member 'WeihanLi.Common.Aspect.IInterceptorResolver.ResolveInterceptors(IInvocation)' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
build:
src/WeihanLi.Common/Aspect/DefaultProxyFactory.cs#L16
Member 'WeihanLi.Common.Aspect.DefaultProxyFactory.CreateProxy(Type, Object[])' with 'RequiresDynamicCodeAttribute' implements interface member 'WeihanLi.Common.Aspect.IProxyFactory.CreateProxy(Type, Object[])' without 'RequiresDynamicCodeAttribute'. 'RequiresDynamicCodeAttribute' annotations must match across all interface implementations or overrides.
|
build:
src/WeihanLi.Common/Aspect/DefaultProxyFactory.cs#L27
Member 'WeihanLi.Common.Aspect.DefaultProxyFactory.CreateProxy(Type, Type, params Object[])' with 'RequiresDynamicCodeAttribute' implements interface member 'WeihanLi.Common.Aspect.IProxyFactory.CreateProxy(Type, Type, params Object[])' without 'RequiresDynamicCodeAttribute'. 'RequiresDynamicCodeAttribute' annotations must match across all interface implementations or overrides.
|
build:
src/WeihanLi.Common/Aspect/DefaultProxyFactory.cs#L46
Member 'WeihanLi.Common.Aspect.DefaultProxyFactory.CreateProxyWithTarget(Type, Object, Object[])' with 'RequiresDynamicCodeAttribute' implements interface member 'WeihanLi.Common.Aspect.IProxyFactory.CreateProxyWithTarget(Type, Object, Object[])' without 'RequiresDynamicCodeAttribute'. 'RequiresDynamicCodeAttribute' annotations must match across all interface implementations or overrides.
|
Loading