chore: codestyle fixes #52
Annotations
41 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Publish osx-x64
A publish profile with the name 'Folder_osx-x64' was not found in the project. Set the PublishProfile property to a valid file name.
|
Publish osx-x64
A publish profile with the name 'Folder_osx-x64' was not found in the project. Set the PublishProfile property to a valid file name.
|
Publish osx-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Startup.cs#L88
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
|
Publish osx-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/LocalRequestContext.cs#L34
Possible null reference return.
|
Publish osx-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/LocalRequestContext.cs#L35
Possible null reference return.
|
Publish osx-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/HttpPublishingApi.cs#L89
Possible null reference argument for parameter 'baseUri' in 'BlockVersionInfo.BlockVersionInfo(Guid projectUuid, string blockId, Guid blockVersionId, Uri baseUri, string branch, bool enableFullUriRouting, IEnumerable<string>? staticPaths = null, int? versionNo = null)'.
|
Publish osx-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Models/SiteConfig.cs#L136
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
Publish osx-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Models/SiteConfig.cs#L140
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
Publish osx-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/HttpPublishingApi.cs#L104
Invoking members on dynamic types is not trimming-compatible. Types or members might have been removed by the trimmer.
|
Publish osx-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/HttpPublishingApi.cs#L106
Invoking members on dynamic types is not trimming-compatible. Types or members might have been removed by the trimmer.
|
Publish win-x64
A publish profile with the name 'Folder_win-x64' was not found in the project. Set the PublishProfile property to a valid file name.
|
Publish win-x64
A publish profile with the name 'Folder_win-x64' was not found in the project. Set the PublishProfile property to a valid file name.
|
Publish win-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/LocalRequestContext.cs#L34
Possible null reference return.
|
Publish win-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/LocalRequestContext.cs#L35
Possible null reference return.
|
Publish win-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/HttpPublishingApi.cs#L89
Possible null reference argument for parameter 'baseUri' in 'BlockVersionInfo.BlockVersionInfo(Guid projectUuid, string blockId, Guid blockVersionId, Uri baseUri, string branch, bool enableFullUriRouting, IEnumerable<string>? staticPaths = null, int? versionNo = null)'.
|
Publish win-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Startup.cs#L88
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
|
Publish win-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/LocalNodeService.cs#L84
Invoking members on dynamic types is not trimming-compatible. Types or members might have been removed by the trimmer.
|
Publish win-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/LocalNodeService.cs#L84
Invoking members on dynamic types is not trimming-compatible. Types or members might have been removed by the trimmer.
|
Publish win-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/LocalNodeService.cs#L85
Invoking members on dynamic types is not trimming-compatible. Types or members might have been removed by the trimmer.
|
Publish win-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/LocalNodeService.cs#L85
Invoking members on dynamic types is not trimming-compatible. Types or members might have been removed by the trimmer.
|
Publish linux-x64
A publish profile with the name 'Folder_linux-x64' was not found in the project. Set the PublishProfile property to a valid file name.
|
Publish linux-x64
A publish profile with the name 'Folder_linux-x64' was not found in the project. Set the PublishProfile property to a valid file name.
|
Publish linux-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Startup.cs#L88
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
|
Publish linux-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/HttpPublishingApi.cs#L89
Possible null reference argument for parameter 'baseUri' in 'BlockVersionInfo.BlockVersionInfo(Guid projectUuid, string blockId, Guid blockVersionId, Uri baseUri, string branch, bool enableFullUriRouting, IEnumerable<string>? staticPaths = null, int? versionNo = null)'.
|
Publish linux-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/LocalRequestContext.cs#L34
Possible null reference return.
|
Publish linux-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/LocalRequestContext.cs#L35
Possible null reference return.
|
Publish linux-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Models/SiteConfig.cs#L136
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
Publish linux-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Models/SiteConfig.cs#L140
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
Publish linux-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/HttpPublishingApi.cs#L104
Invoking members on dynamic types is not trimming-compatible. Types or members might have been removed by the trimmer.
|
Publish linux-x64:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/HttpPublishingApi.cs#L106
Invoking members on dynamic types is not trimming-compatible. Types or members might have been removed by the trimmer.
|
Build:
src/Zengenti.Contensis.RequestHandler.Application/Services/RouteService.cs#L70
Possible null reference return.
|
Build:
src/Zengenti.Contensis.RequestHandler.Application/Services/RouteService.cs#L148
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Zengenti.Contensis.RequestHandler.Application/Services/RouteInfoFactory.cs#L117
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Zengenti.Contensis.RequestHandler.Application/Resolving/HtmlResponseResolver.cs#L196
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Zengenti.Contensis.RequestHandler.Application/Resolving/HtmlResponseResolver.cs#L230
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Startup.cs#L88
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
|
Build:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/LocalRequestContext.cs#L34
Possible null reference return.
|
Build:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/LocalRequestContext.cs#L35
Possible null reference return.
|
Build:
src/Zengenti.Contensis.RequestHandler.LocalDevelopment/Services/HttpPublishingApi.cs#L89
Possible null reference argument for parameter 'baseUri' in 'BlockVersionInfo.BlockVersionInfo(Guid projectUuid, string blockId, Guid blockVersionId, Uri baseUri, string branch, bool enableFullUriRouting, IEnumerable<string>? staticPaths = null, int? versionNo = null)'.
|
Build:
tests/Zengenti.Contensis.RequestHandler.LocalDevelopment.Unit.Specs/SpecHelper.cs#L55
'SiteConfigPublishingService' is obsolete: 'Use LocalDevPublishingService instead'
|
The logs for this run have expired and are no longer available.
Loading