Add Swashbuckle TODO note

This commit is contained in:
crobibero 2020-05-24 16:04:47 -06:00
parent 483e24607b
commit e02cc8da53
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@ namespace Jellyfin.Server.Extensions
description.TryGetMethodInfo(out MethodInfo methodInfo) ? methodInfo.Name : null);
// Add types not supported by System.Text.Json
// TODO: Remove this once these types are supported by System.Text.Json and Swashbuckle
// See: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/1667
c.MapSwaggerGenTypes();
});
}