Skip to content

Publish NuGet Packages #6

Publish NuGet Packages

Publish NuGet Packages #6

Manually triggered May 13, 2025 12:31
Status Success
Total duration 54s
Artifacts

publish-packages.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish: Mythetech.Components/Infrastructure/MessageBus/BusRegistrationExtensions.cs#L69
Missing XML comment for publicly visible type or member 'BusRegistrationExtensions.UseMessageBus(IServiceProvider)'
publish: Mythetech.Components/Infrastructure/MessageBus/BusRegistrationExtensions.cs#L57
Missing XML comment for publicly visible type or member 'BusRegistrationExtensions.AddMessageBus(IServiceCollection, params Assembly[])'
publish: Mythetech.Components/Infrastructure/MessageBus/BusRegistrationExtensions.cs#L48
Missing XML comment for publicly visible type or member 'BusRegistrationExtensions.AddMessageBus(IServiceCollection)'
publish: Mythetech.Components/Infrastructure/MessageBus/BusRegistrationExtensions.cs#L41
Missing XML comment for publicly visible type or member 'BusRegistrationExtensions.RegisterConsumerType(IMessageBus, Type, Type)'
publish: Mythetech.Components/Infrastructure/MessageBus/BusRegistrationExtensions.cs#L25
Missing XML comment for publicly visible type or member 'BusRegistrationExtensions.RegisterConsumersToBus(IMessageBus, Assembly)'
publish: Mythetech.Components/Infrastructure/MessageBus/BusRegistrationExtensions.cs#L9
Missing XML comment for publicly visible type or member 'BusRegistrationExtensions.RegisterConsumers(IServiceCollection, Assembly)'
publish: Mythetech.Components/Infrastructure/MessageBus/BusRegistrationExtensions.cs#L7
Missing XML comment for publicly visible type or member 'BusRegistrationExtensions'
publish: Mythetech.Components/Infrastructure/ILinkOpenService.cs#L5
Missing XML comment for publicly visible type or member 'ILinkOpenService.OpenLink(string)'
publish: Mythetech.Components/Infrastructure/ILinkOpenService.cs#L3
Missing XML comment for publicly visible type or member 'ILinkOpenService'
publish: Mythetech.Components/Components/Buttons/Button.razor#L14
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.