Skip to content

refactor(announcements): remove unused SubmitAnnouncement method and … #462

refactor(announcements): remove unused SubmitAnnouncement method and …

refactor(announcements): remove unused SubmitAnnouncement method and … #462

Triggered via push August 8, 2026 10:42
Status Success
Total duration 53s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Eurofurence.App.Backoffice/Components/KnowledgeGroupDialog.razor#L63
'MudForm.Validate()' is obsolete: 'Use ValidateAsync instead.'
build: src/Eurofurence.App.Backoffice/Components/KnowledgeGroupsDialog.razor#L124
Dereference of a possibly null reference.
build: src/Eurofurence.App.Backoffice/Components/KnowledgeGroupsDialog.razor#L122
Converting null literal or possible null value to non-nullable type.
build: src/Eurofurence.App.Backoffice/Pages/KnowledgeBase.razor#L274
Dereference of a possibly null reference.
build: src/Eurofurence.App.Backoffice/Components/KnowledgeEntryDialog.razor#L38
Found markup element with unexpected name 'ActivatorContent'. If this is intended to be a component, add a @using directive for its namespace.
build: src/Eurofurence.App.Backoffice/Components/ImageDialog.razor#L24
Found markup element with unexpected name 'ActivatorContent'. If this is intended to be a component, add a @using directive for its namespace.
build: test/Eurofurence.App.Domain.Model.Tests/DtoTest/MapTests.cs#L134
Dereference of a possibly null reference.
build: src/Eurofurence.App.Domain.Model/Events/Pretalx/PretalxSlotWip.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Eurofurence.App.Domain.Model/Events/Pretalx/PretalxSlot.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Eurofurence.App.Common/Compression/ZipHelper.cs#L39
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)