Skip to content

code gen for class generation #47

code gen for class generation

code gen for class generation #47

Triggered via pull request June 5, 2025 11:54
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Datamodel.NET/Codecs/Binary.cs#L401
Possible null reference argument for parameter 'elementFactory' in 'bool CodecUtilities.TryConstructCustomElement(IElementFactory elementFactory, ReflectionParams reflectionParams, Datamodel dataModel, string elem_class, string elem_name, Guid elem_id, out Element? elem)'.
build: Datamodel.NET/Codecs/Binary.cs#L361
Converting null literal or possible null value to non-nullable type.
build: Datamodel.NET/Codecs/Binary.cs#L361
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
build: Datamodel.NET/Codecs/Binary.cs#L305
Dereference of a possibly null reference.
build: Datamodel.NET/ICodec.cs#L46
Parameter 'assembliesToSearch' is unread.
build: Datamodel.NET/ICodec.cs#L46
Parameter 'additionalTypes' is unread.
build: Datamodel.NET/ICodec.cs#L225
Dereference of a possibly null reference.
build
Empty switch block
build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build: ElementFactoryGenerator/ElementFactory.cs#L45
Possible null reference argument for parameter 'name' in 'FactoryAssembly.FactoryAssembly(string name)'.