remove output folder from env file #64
integration.yml
on: push
CSharp
1m 2s
Go
1m 9s
Java
1m 6s
PHP
1m 4s
Python
1m 0s
Rust
1m 17s
TypeScript
1m 0s
VisualBasic
1m 6s
Annotations
7 warnings
CSharp:
integration/csharp/Program.cs#L11
Converting null literal or possible null value to non-nullable type.
|
CSharp:
integration/csharp/Program.cs#L13
Possible null reference argument for parameter 'value' in 'string JsonSerializer.Serialize<News>(News value, JsonSerializerOptions? options = null)'.
|
CSharp:
integration/csharp/Program.cs#L11
Converting null literal or possible null value to non-nullable type.
|
CSharp:
integration/csharp/Program.cs#L13
Possible null reference argument for parameter 'value' in 'string JsonSerializer.Serialize<News>(News value, JsonSerializerOptions? options = null)'.
|
VisualBasic:
integration/visualbasic/Program.vb#L2
Namespace or type specified in the Imports 'Generator.Generator' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
|
VisualBasic:
integration/visualbasic/Program.vb#L2
Namespace or type specified in the Imports 'Generator.Generator' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
|
Go
Restore cache failed: Dependencies file is not found in /home/runner/work/typeschema-generator/typeschema-generator. Supported file pattern: go.sum
|