feat: migrate load plugins in analysis service (#71) #169
Annotations
10 warnings
|
src/Application/Domain/Service.Plugin/DllLoader.cs#L36
Possible null reference return.
|
|
src/Application/Domain/Service.Plugin/DllLoader.cs#L36
Dereference of a possibly null reference.
|
|
src/Application/Domain/Service.Plugin/DllLoader.cs#L36
Converting null literal or possible null value to non-nullable type.
|
|
src/Adapters/Driven/Persistence.File/Plugin/Yaml/AbstractNodeNodeTypeResolver.cs#L64
Dereference of a possibly null reference.
|
|
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'
|
|
src/Application/Domain/Service.Plugin/DllLoader.cs#L36
Possible null reference return.
|
|
src/Application/Domain/Service.Plugin/DllLoader.cs#L36
Dereference of a possibly null reference.
|
|
src/Application/Domain/Service.Plugin/DllLoader.cs#L36
Converting null literal or possible null value to non-nullable type.
|
|
src/Adapters/Driven/Persistence.File/Plugin/Yaml/AbstractNodeNodeTypeResolver.cs#L64
Dereference of a possibly null reference.
|
|
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'
|
The logs for this run have expired and are no longer available.
Loading