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

V2.11.0 Release - Upgrade to .NET 8 #106

Closed
wants to merge 40 commits into from
Closed

V2.11.0 Release - Upgrade to .NET 8 #106

wants to merge 40 commits into from

Conversation

mukunku
Copy link
Owner

@mukunku mukunku commented Apr 21, 2024

This PR:

  • Upgrades the project to .NET 8 because .NET 7 (and 6) are being retired by the end of this year
  • Turns on #nullable enable for the entire solution
  • Adds a GitHub Action to run unit tests in PR's
  • Cleans up some code and documentation in the repo
  • Removes Date Only date formats from the app as they don't seem to be useful
  • Help -> About page has a checkbox to create .parquet file association with ParquetViewer now
    • The app will also ask users after they open their 8th parquet file if they'd like to make ParquetViewer their default app for .parquet files if they haven't done so already
  • Improves sorting speed & accuracy for Struct, List, Map, and byte[] types
  • When a column is sorted, the app will now widen the column to try make sure the sorting arrow is shown

Copy link

github-actions bot commented Apr 21, 2024

Unit Test Results

✔️ Tests 18 / 18 - passed in 2.7s
🔍 click here for more details

✏️ updated for commit 70ca1a9

@mukunku mukunku changed the title V2.11.0 release V2.11.0 Release - Upgrade to .NET 8 Apr 21, 2024
@mukunku mukunku closed this May 10, 2024
@mukunku mukunku deleted the v2.11.0-release branch May 10, 2024 02:24
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