OneDriveAPI
OneDriveAPI copied to clipboard
fixes for the serializer
The JSON serializer code isn't working - fixes. this is for net9.0 so maybe don't merge the project file
Also, note to future me - add
<JsonSerializerIsReflectionEnabledByDefault>true</JsonSerializerIsReflectionEnabledByDefault>
to application project file or serialization fails in trimmed apps