Update GitHub build workflow to use .NET 10 #49
production.yml
on: push
Run Build
/
build
1m 30s
Deploy to S3
/
Deploy to R2
Annotations
2 errors and 10 warnings
|
Run Build / build
Process completed with exit code 1.
|
|
Run Build / build:
src/Common/Constants.cs#L39
The name 'LogEventLevel' does not exist in the current context
|
|
Run Build / build:
src/Services/CompilationService.cs#L164
Possible null reference argument for parameter 'peImage' in 'PortableExecutableReference MetadataReference.CreateFromImage(IEnumerable<byte> peImage, MetadataReferenceProperties properties = default(MetadataReferenceProperties), DocumentationProvider? documentation = null, string? filePath = null)'.
|
|
Run Build / build:
src/Services/EntryPointService.cs#L181
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Run Build / build:
src/Services/EntryPointService.cs#L85
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Run Build / build:
src/Services/MessageBrokerService.cs#L22
Non-nullable event 'OnMessageReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
Run Build / build:
src/Services/MessageBrokerService.cs#L22
Non-nullable field '_pipeClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Run Build / build:
src/Types/Compilation/CompilerData.cs#L20
Non-nullable property 'Preprocessor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Build / build:
src/Types/Compilation/CompilerData.cs#L20
Non-nullable property 'SourceFiles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Build / build:
src/Types/Compilation/CompilerData.cs#L20
Non-nullable property 'ReferenceFiles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Build / build:
src/Types/Compilation/CompilerFile.cs#L11
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Build / build:
src/Types/Compilation/CompilerFile.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|