Fix EX_UnicodeStringConst size #37
Annotations
38 warnings
build (win-x64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (win-x64):
UAssetAPI/UAssetAPI/MainSerializer.cs#L361
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
build (win-x64):
UEContext.cs#L30
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (win-x64):
UEContext.cs#L25
Non-nullable property 'Pins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (win-x64):
UEContext.cs#L18
Non-nullable property 'Functions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (win-x64):
UEContext.cs#L11
Possible null reference return.
|
build (win-x64):
UEContext.cs#L7
Non-nullable property 'Classes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (win-x64):
AbstractKismet.cs#L1747
Unreachable code detected
|
build (win-x64):
AbstractKismet.cs#L1720
Unreachable code detected
|
build (win-x64):
AbstractKismet.cs#L1709
Unreachable code detected
|
build (win-x64):
AbstractKismet.cs#L1698
Unreachable code detected
|
build (linux-x64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (linux-x64):
UAssetAPI/UAssetAPI/MainSerializer.cs#L361
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
build (linux-x64):
AbstractKismet.cs#L1747
Unreachable code detected
|
build (linux-x64):
UEContext.cs#L30
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (linux-x64):
UEContext.cs#L25
Non-nullable property 'Pins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (linux-x64):
UEContext.cs#L18
Non-nullable property 'Functions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (linux-x64):
UEContext.cs#L11
Possible null reference return.
|
build (linux-x64):
UEContext.cs#L7
Non-nullable property 'Classes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (linux-x64):
KismetGenerator.cs#L128
Non-nullable property 'FunctionReference' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (linux-x64):
KismetGenerator.cs#L166
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (linux-x64):
KismetGenerator.cs#L167
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (osx-x64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (osx-x64):
UAssetAPI/UAssetAPI/MainSerializer.cs#L361
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
build (osx-x64):
UEContext.cs#L30
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (osx-x64):
UEContext.cs#L25
Non-nullable property 'Pins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (osx-x64):
UEContext.cs#L18
Non-nullable property 'Functions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (osx-x64):
AbstractKismet.cs#L1747
Unreachable code detected
|
build (osx-x64):
UEContext.cs#L11
Possible null reference return.
|
build (osx-x64):
UEContext.cs#L7
Non-nullable property 'Classes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (osx-x64):
AbstractKismet.cs#L1720
Unreachable code detected
|
build (osx-x64):
AbstractKismet.cs#L1709
Unreachable code detected
|
build (osx-x64):
AbstractKismet.cs#L1698
Unreachable code detected
|
release
The following actions uses node12 which is deprecated and will be forced to run on node16: marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
release
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "kismet-analyzer-ba3dad5-linux-x64", "kismet-analyzer-ba3dad5-osx-x64", "kismet-analyzer-ba3dad5-win-x64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
kismet-analyzer-ba3dad5-linux-x64
Expired
|
5.78 MB |
|
kismet-analyzer-ba3dad5-osx-x64
Expired
|
5.81 MB |
|
kismet-analyzer-ba3dad5-win-x64
Expired
|
5.87 MB |
|