You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using it in current .NET Core package results in NU1605 errors.
I've added <NoWarn>$(NoWarn);NU1605</NoWarn> to the Acoustics.Shared csproj to turn the error off for now, but it could very well result in a runtime exception later down the line.
The text was updated successfully, but these errors were encountered:
Known bugs:
- short file name bug (se main entry)
- #289
- #288
- ImageSharp has bugs that crash with versions greater than 1.0.0-unstable0598
- ImageSharp has bug in parallel implementation so you'll find Drawing.NoParallelConfiguration sprinkled everywhere
- And another ImageSharp bug prevents us from writing text on concatenated images
All up though, the majority of things work. Yay!
Known bugs:
- short file name bug (se main entry)
- #289
- #288
- ImageSharp has bugs that crash with versions greater than 1.0.0-unstable0598
- ImageSharp has bug in parallel implementation so you'll find Drawing.NoParallelConfiguration sprinkled everywhere
- And another ImageSharp bug prevents us from writing text on concatenated images
All up though, the majority of things work. Yay!
Work done for #158 and #159
Known bugs:
- short file name bug (se main entry)
- #289
- #288
- ImageSharp has bugs that crash with versions greater than 1.0.0-unstable0598
- ImageSharp has bug in parallel implementation so you'll find Drawing.NoParallelConfiguration sprinkled everywhere
- And another ImageSharp bug prevents us from writing text on concatenated images
All up though, the majority of things work. Yay!
Work done for #158 and #159
Log4Net only supports .NET Standard 1.3.
Using it in current .NET Core package results in NU1605 errors.
I've added
<NoWarn>$(NoWarn);NU1605</NoWarn>
to the Acoustics.Shared csproj to turn the error off for now, but it could very well result in a runtime exception later down the line.The text was updated successfully, but these errors were encountered: