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

More .NET #8

Open
wants to merge 145 commits into
base: master
Choose a base branch
from
Open

More .NET #8

wants to merge 145 commits into from

Conversation

jzebedee
Copy link

This PR follows the working baseline.

This PR attempts to safety wrap some rough edges, by TPL-ify the existing Thread code, replacing unsafe and pointer code with Span<T> (where possible), improving performance in caching and P/Invoke usage, and fixing some NREs and race conditions found during testing.

Removed the extra "Wpf debug" and "Wpf release" configurations, as well as fixing the NtfsReader being set to Release in the default Debug profile
Use wildcards to include resources
Fix projects and get a working baseline
Remove lots of unused or non-functional cruft
Replace Thread with Task in recycle bin updater
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant