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

Repair ServerStatus admin info command #177

Open
DavidRieman opened this issue May 28, 2023 · 0 comments
Open

Repair ServerStatus admin info command #177

DavidRieman opened this issue May 28, 2023 · 0 comments
Labels
enhancement This task is adding new behavior or performing other refactoring improvements.

Comments

@DavidRieman
Copy link
Owner

The ServerStatus.cs file/command are getting disabled for a move from netcoreapp3.1 to net7.0 to improve forward-mobility on our dependencies, as the command relies on Windows-only API. (.NET 7 targeting any OS will help us largely retain cross-platform compatibility even though Windows is our primary development and support platform.)

For this ticket, we should investigate if there is an OS-agnostic safe way to query some server health statistics similar to what we had with the ManagementObjectSearcher queries, else see if .NET 7+ gives us any way to still run the code but safely/conditionally on Windows only and implement that instead.

@DavidRieman DavidRieman added bug This task is fixing a defect. enhancement This task is adding new behavior or performing other refactoring improvements. and removed bug This task is fixing a defect. labels May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This task is adding new behavior or performing other refactoring improvements.
Projects
None yet
Development

No branches or pull requests

1 participant