feat(backoffice): Added EventArtworkManager for managing event artwor… #511
Annotations
10 warnings
|
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.Server.Services/PushNotifications/PushNotificationChannelManager.cs#L547
'Message.Token' is obsolete: 'Deprecated. Use Fid instead.'
|
|
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:
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)
|