Skip to content

Bump version + Update workflows #100

Bump version + Update workflows

Bump version + Update workflows #100

Triggered via push December 28, 2024 02:29
Status Success
Total duration 1m 5s
Artifacts

format.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / build: src/SharpMetal/QuartzCore/CGColorSpace.cs#L44
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(SharpMetal.QuartzCore.ColorSpace)22' is not covered.
build / build: src/SharpMetal.Examples.Common/EmbeddedResources.cs#L11
Possible null reference assignment.
build / build: src/SharpMetal.Examples.Common/EmbeddedResources.cs#L9
Non-nullable field '_resourceAssembly' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build / build: src/SharpMetal.Examples.Common/EmbeddedResources.cs#L41
Possible null reference return.
build / build: src/SharpMetal.Examples.Common/NSApplicationDelegate.cs#L25
Non-nullable field 'OnApplicationWillFinishLaunching' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build / build: src/SharpMetal.Examples.Common/NSApplicationDelegate.cs#L25
Non-nullable field 'OnApplicationDidFinishLaunching' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build / build: src/SharpMetal.Generator/Program.cs#L12
Dereference of a possibly null reference.
build / build: src/SharpMetal.Generator/Program.cs#L12
Dereference of a possibly null reference.
build / build: src/SharpMetal.Generator/Instances/StructInstance.cs#L59
Dereference of a possibly null reference.
build / build: src/SharpMetal.Generator/HeaderInfo.cs#L24
Dereference of a possibly null reference.