Add feature to generate builtin types from DLLs #15
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.
|