Skip to content

fix(events): drop timezone from iCal for testing #521

fix(events): drop timezone from iCal for testing

fix(events): drop timezone from iCal for testing #521

Triggered via push August 10, 2026 22:33
Status Success
Total duration 1m 7s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Eurofurence.App.Backoffice/Components/ConfirmDialog.razor#L18
Non-nullable property 'ContentText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Eurofurence.App.Backoffice/Components/ConfirmDialog.razor#L12
Non-nullable property 'MudDialog' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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.Infrastructure.EntityFramework/Migrations/20260806230336_user-regsysid-optional.Designer.cs#L16
The type name 'userregsysidoptional' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Eurofurence.App.Infrastructure.EntityFramework/Migrations/20260806230336_user-regsysid-optional.cs#L8
The type name 'userregsysidoptional' only contains lower-cased ascii characters. Such names may become reserved for the language.
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)