ignore unused import #52
integration.yml
on: push
CSharp
1m 4s
Go
1m 11s
Java
1m 9s
PHP
1m 3s
Python
1m 0s
Rust
1m 29s
TypeScript
1m 4s
VisualBasic
1m 12s
Annotations
19 errors and 13 warnings
Ruff (F401):
integration/python/author.py#L1
integration/python/author.py:1:40: F401 `pydantic.GetCoreSchemaHandler` imported but unused
|
Ruff (F401):
integration/python/author.py#L2
integration/python/author.py:2:27: F401 `pydantic_core.CoreSchema` imported but unused
|
Ruff (F401):
integration/python/author.py#L2
integration/python/author.py:2:39: F401 `pydantic_core.core_schema` imported but unused
|
Ruff (F401):
integration/python/author.py#L3
integration/python/author.py:3:20: F401 `typing.Any` imported but unused
|
Ruff (F401):
integration/python/author.py#L3
integration/python/author.py:3:25: F401 `typing.Dict` imported but unused
|
Ruff (F401):
integration/python/author.py#L3
integration/python/author.py:3:31: F401 `typing.Generic` imported but unused
|
Ruff (F401):
integration/python/author.py#L3
integration/python/author.py:3:56: F401 `typing.TypeVar` imported but unused
|
Ruff (F401):
integration/python/author.py#L3
integration/python/author.py:3:65: F401 `typing.UserList` imported but unused
|
Ruff (F401):
integration/python/author.py#L3
integration/python/author.py:3:75: F401 `typing.UserDict` imported but unused
|
Ruff (F401):
integration/python/location.py#L1
integration/python/location.py:1:40: F401 `pydantic.GetCoreSchemaHandler` imported but unused
|
TypeScript
Process completed with exit code 2.
|
VisualBasic:
integration/visualbasic/News.vb#L33
Type 'DateString' is not defined.
|
VisualBasic:
integration/visualbasic/News.vb#L36
Module 'DateAndTime' cannot be used as a type.
|
VisualBasic:
integration/visualbasic/News.vb#L54
Type 'TimeString' is not defined.
|
VisualBasic:
integration/visualbasic/News.vb#L33
Type 'DateString' is not defined.
|
VisualBasic:
integration/visualbasic/News.vb#L36
Module 'DateAndTime' cannot be used as a type.
|
VisualBasic:
integration/visualbasic/News.vb#L54
Type 'TimeString' is not defined.
|
VisualBasic
Process completed with exit code 1.
|
Rust
Process completed with exit code 101.
|
Python
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CSharp
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
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)'.
|
TypeScript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Java
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Go
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Go
Restore cache failed: Dependencies file is not found in /home/runner/work/typeschema-generator/typeschema-generator. Supported file pattern: go.sum
|
VisualBasic
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
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.
|