Working on the file and namespaces #406
Annotations
4 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test dotnet:
src/Sekiban.Pure/Command/Executor/CommandExecutor.cs#L55
'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 dotnet:
src/Sekiban.Pure/Command/Executor/CommandExecutor.cs#L57
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.
|
Test dotnet
The using directive for 'Sekiban.Pure.Events' appeared previously in this namespace
|
Loading