Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zooming spectrogram generation broken in .NET Core port #289

Open
atruskie opened this issue Feb 9, 2020 · 0 comments
Open

Zooming spectrogram generation broken in .NET Core port #289

atruskie opened this issue Feb 9, 2020 · 0 comments
Assignees
Labels

Comments

@atruskie
Copy link
Member

atruskie commented Feb 9, 2020

Describe the bug

Zooming spectrogram generation is broken in our .NET Core port because problematic assemblies had to be removed for compatibility reasons.

    <PackageReference Include="Zio.FileSystems.Community.SqliteFileSystem" Version="1.0.0" />

Was removed from Acoustics.Shared.csproj.

Expected behavior

Zooming spectrograms should work.

Diagnostics

N/A (intentional breaking change)

@atruskie atruskie added the bug label Feb 9, 2020
@atruskie atruskie self-assigned this Feb 9, 2020
atruskie added a commit that referenced this issue Feb 9, 2020
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!
atruskie added a commit that referenced this issue Feb 17, 2020
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
atruskie added a commit that referenced this issue Feb 17, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant