Skip to content

Fix warning SYSLIB0050 #442

@AndreasReitberger

Description

@AndreasReitberger

warning SYSLIB0050: "FormatterAssemblyStyle" ist veraltet: "Formatter-based serialization is obsolete and should not be used." (https://aka.ms/dotnet-warnings/SYSLIB0050)

Coming from

    [JsonSerializable(typeof(FirebaseHandler))]
    [JsonSerializable(typeof(CurrentUserChangedEventArgs))]
    [JsonSerializable(typeof(UserDataChangedEventArgs))]
    [JsonSourceGenerationOptions(WriteIndented = true)]
    public partial class FirebaseSourceGenerationContext : CoreSourceGenerationContext
    { }

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions