Hello World

Results 5 issues of Hello World

help wanted
easy
good first issue

help wanted

For: https://github.com/DevrexLabs/memstate/issues/133 - Updated target framework to net8.0 - Updated build configuration and tooling as needed - Verified build and tests against .NET 8 runtime

Migrating from .NET Standard to .NET 8.0 provides multiple benefits: - Long-term support (LTS): .NET 8 is the latest LTS release, ensuring updates and security patches. - Performance improvements: Significant...

Ref: https://github.com/srwi/EverythingToolbar/issues/75 Changes: - Add a new class EverythingProcessHelper to manage Everything process related actions like process status and start. - Hook `EnsureRunning()` whenever SearchWindow is Activated - Add progress...