chore(deps): update xunit-dotnet monorepo #3294
Annotations
1 error and 13 warnings
Test
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: mstksg/get-package@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, mstksg/get-package@v1, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Setup .NET Core
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Build:
backend/PublicTransportLines/Germany/DresdenPublicTransportLinesCollector.cs#L62
Possible null reference return.
|
Build:
backend/PublicTransportLines.IntegrationTests/Germany/DresdenTests.cs#L35
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build:
backend/TriasCommunication/TriasHttpClient.cs#L161
Converting null literal or possible null value to non-nullable type.
|
Build:
backend/TriasCommunication/TriasHttpClient.cs#L161
Possible null reference return.
|
Build:
backend/TriasCommunication/Exceptions/LocationInformationException.cs#L5
Missing XML comment for publicly visible type or member 'LocationInformationException'
|
Build:
backend/TriasCommunication/Exceptions/LocationInformationException.cs#L7
Missing XML comment for publicly visible type or member 'LocationInformationException.LocationInformationException(string)'
|
Build:
backend/TriasCommunication/Exceptions/LocationInformationException.cs#L11
Missing XML comment for publicly visible type or member 'LocationInformationException.LocationInformationException(string, Exception)'
|
Build:
backend/TriasCommunication/Exceptions/LocationInformationException.cs#L15
Missing XML comment for publicly visible type or member 'LocationInformationException.LocationInformationException()'
|
Build:
backend/TriasCommunication/Exceptions/StopEventException.cs#L5
Missing XML comment for publicly visible type or member 'StopEventException'
|
Build:
backend/TriasCommunication/Exceptions/StopEventException.cs#L7
Missing XML comment for publicly visible type or member 'StopEventException.StopEventException(string)'
|
Loading