Skip to content

DEV-36539 Fix UTILMD format (#130) #749

DEV-36539 Fix UTILMD format (#130)

DEV-36539 Fix UTILMD format (#130) #749

Triggered via push September 26, 2023 06:34
Status Success
Total duration 2m 1s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: EDILibrary/EdiJsonMapper.cs#L128
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: EDILibrary/EdiJsonMapper.cs#L151
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: EDILibrary/EdiJsonMapper.cs#L132
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: EDILibrary/EdiJsonMapper.cs#L359
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: EDILibrary/EdiJsonMapper.cs#L381
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: EDILibrary/EdiJsonMapper.cs#L381
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: EDILibrary/EdiJsonMapper.cs#L44
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: EDILibrary/EDIHelper.cs#L251
'EDIHelper.RemoveBOM(string)' is obsolete: 'Use 'RemoveByteOrderMark' instead'
build: EDILibrary/EdiJsonMapper.cs#L392
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: EDILibrary/EdiJsonMapper.cs#L584
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.