Skip to content

feat: display instance information (#83) #176

feat: display instance information (#83)

feat: display instance information (#83) #176

Triggered via push April 1, 2025 18:14
Status Success
Total duration 1m 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Application/Domain/Service.Plugin/DllLoader.cs#L36
Possible null reference return.
build: src/Application/Domain/Service.Plugin/DllLoader.cs#L36
Dereference of a possibly null reference.
build: src/Application/Domain/Service.Plugin/DllLoader.cs#L36
Converting null literal or possible null value to non-nullable type.
build: src/Adapters/Driven/Persistence.File/Plugin/Yaml/AbstractNodeNodeTypeResolver.cs#L64
Dereference of a possibly null reference.
build: src/Adapters/Driven/Persistence.File/Exceptions/PluginInstallationException.cs#L12
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/Adapters/Driven/Persistence.File/Exceptions/PluginVersionExistsException.cs#L12
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build
Found version-specific or distribution-specific runtime identifier(s): alpine-x64, alpine.3.9-x64, debian-arm64, debian.9-x64, fedora-x64, rhel-x64, ubuntu.16.04-arm64, ubuntu.18.04-x64. Affected libraries: LibGit2Sharp.NativeBinaries. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
build: src/Adapters/Driven/Marketplace.Client/Exceptions/PluginNotFoundException.cs#L12
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/Adapters/Driven/Marketplace.Client/Exceptions/PluginVersionNotFoundException.cs#L12
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: DxWorks.ScriptBee.Plugin.Api/IModelLoader.cs#L15
'IModelLoader.LoadModel(List<Stream>, Dictionary<string, object>?, CancellationToken)' is obsolete: 'Use LoadModel(IEnumerable<NamedFileStream> fileStreams, Dictionary<string, object>? configuration = default, CancellationToken cancellationToken = default) instead'