Encoding 850 issue for jsonconvert
This commit is contained in:
parent
db53e2156b
commit
b4708c5d10
@ -9,7 +9,8 @@ namespace Tranga;
|
||||
|
||||
public abstract class GlobalBase
|
||||
{
|
||||
protected Logger? logger { get; init; }
|
||||
[JsonIgnore]
|
||||
public Logger? logger { get; init; }
|
||||
protected TrangaSettings settings { get; init; }
|
||||
protected HashSet<NotificationConnector> notificationConnectors { get; init; }
|
||||
protected HashSet<LibraryConnector> libraryConnectors { get; init; }
|
||||
|
Loading…
Reference in New Issue
Block a user