Add storage implementation for IndexedDB #421
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Build:
src/Sekiban.Pure/Types/GeneralTypeExtensions.cs#L71
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.Type.GetInterfaces()'. The parameter 'type' of method 'Sekiban.Pure.Types.GeneralTypeExtensions.DoesImplementingFromGenericInterfaceType(Type, Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Test Build:
src/Sekiban.Pure/Types/GeneralTypeExtensions.cs#L36
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.NonPublicMethods' in call to 'System.Type.GetMethod(String, BindingFlags)'. The parameter 'type' of method 'Sekiban.Pure.Types.GeneralTypeExtensions.GetMethodFlex(Type, String, BindingFlags)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Test Build:
src/Sekiban.Pure/Types/GeneralTypeExtensions.cs#L36
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods' in call to 'System.Type.GetMethods()'. The parameter 'type' of method 'Sekiban.Pure.Types.GeneralTypeExtensions.GetMethodFlex(Type, String, BindingFlags)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Test Build:
src/Sekiban.Pure/Types/GeneralTypeExtensions.cs#L83
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.Type.GetInterfaces()'. The parameter 'type' of method 'Sekiban.Pure.Types.GeneralTypeExtensions.GetImplementingFromGenericInterfaceType(Type, Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Test Build:
src/Sekiban.Pure/Types/GeneralTypeExtensions.cs#L128
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Type.GetConstructor(Type[])'. The parameter 'type' of method 'Sekiban.Pure.Types.GeneralTypeExtensions.CreateDefaultInstance(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Test Build:
src/Sekiban.Pure/Types/GeneralTypeExtensions.cs#L131
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The parameter 'type' of method 'Sekiban.Pure.Types.GeneralTypeExtensions.CreateDefaultInstance(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Test Build:
src/Sekiban.Pure/Types/GeneralTypeExtensions.cs#L133
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'System.Type.GetConstructors()'. The parameter 'type' of method 'Sekiban.Pure.Types.GeneralTypeExtensions.CreateDefaultInstance(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Test Build:
src/Sekiban.Pure/Types/GeneralTypeExtensions.cs#L149
Using member 'System.Type.MakeGenericType(params Type[])' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. The native code for this instantiation might not be available at runtime.
|
Test Build:
src/Sekiban.Pure/Command/Executor/CommandExecutor.cs#L89
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods' in call to 'System.Type.GetMethod(String, BindingFlags)'. The return value of method 'System.Object.GetType()' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Test Build:
src/Sekiban.Pure/Command/Executor/CommandExecutor.cs#L92
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
|
Loading