ezr² v0.8.2 #37
Annotations
3 warnings
publish-docs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
publish-docs:
src/Runtime/Types/BaseTypes.cs#L58
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents' in call to 'System.Type.GetMember(String)'. The field '(System.Type ParentType, System.String MemberName).ParentType' 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.
|
publish-docs:
src/Runtime/Types/BaseTypes.cs#L58
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents' in call to 'System.Type.GetMember(String)'. The field '(System.Type ParentType, System.String MemberName).ParentType' 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.
|