Skip to content

Add feature to generate builtin types from DLLs #14

Add feature to generate builtin types from DLLs

Add feature to generate builtin types from DLLs #14

Triggered via pull request February 22, 2024 13:59
Status Success
Total duration 1m 1s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: DotNetAstGen/SyntaxMetaDataProvider.cs#L30
Nullability of reference types in type of parameter 'value' of 'void SyntaxMetaDataProvider.SetValue(object target, object value)' doesn't match implicitly implemented member 'void IValueProvider.SetValue(object target, object? value)' (possibly because of nullability attributes).
build: DotNetAstGen/Program.cs#L222
Dereference of a possibly null reference.
build: DotNetAstGen/SyntaxMetaDataProvider.cs#L30
Nullability of reference types in type of parameter 'value' of 'void SyntaxMetaDataProvider.SetValue(object target, object value)' doesn't match implicitly implemented member 'void IValueProvider.SetValue(object target, object? value)' (possibly because of nullability attributes).
build: DotNetAstGen/Program.cs#L222
Dereference of a possibly null reference.