mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Fix swaggergen generation
By avoiding a possibility of multiple conflicting types having the same name. I'm not sure why this isn't the default behaviour, seems silly to me.
This commit is contained in:
@@ -170,6 +170,7 @@ namespace ArchiSteamFarm.IPC {
|
||||
}
|
||||
);
|
||||
|
||||
options.CustomSchemaIds(type => type.FullName);
|
||||
options.EnableAnnotations(true);
|
||||
options.SchemaFilter<EnumSchemaFilter>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user