Skip to content

Update build.yml

Update build.yml #34

Triggered via push October 19, 2024 10:36
Status Success
Total duration 43s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build: Core.ServiceMesh/Internal/ConsumerRegistration.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Core.ServiceMesh/Internal/ConsumerRegistration.cs#L11
Non-nullable property 'Subjects' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Core.ServiceMesh/Internal/ConsumerRegistration.cs#L12
Non-nullable property 'Stream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Core.ServiceMesh/Internal/ConsumerRegistration.cs#L14
Non-nullable property 'Consumer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Core.ServiceMesh/Internal/ConsumerRegistration.cs#L15
Non-nullable property 'Methods' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Core.ServiceMesh/Internal/ServiceRegistration.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Core.ServiceMesh/Internal/ServiceRegistration.cs#L9
Non-nullable property 'Sub' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Core.ServiceMesh/Internal/ServiceRegistration.cs#L14
Non-nullable property 'Methods' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.