Copilot

Results 4682 issues of Copilot

Adds comprehensive test coverage for the modbus core library to ensure correctness and stability. ## Changes - **Migrated Core to .NET Standard 2.0** - Converted from .NET Framework 4.5 to...

The solution targeted .NET Framework 4.5 using legacy project formats, preventing builds on systems without Windows-specific framework packs and limiting cross-platform deployment. ## Changes ### Project Structure - **Core**: Converted...

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress....

Updates all project target frameworks from .NET 9 to .NET 10 per issue requirements. ## Changes - **Project files**: Updated `TargetFramework` from `net9.0` to `net10.0` (15 .csproj, 1 .fsproj) -...

Created a comprehensive `.github/copilot-instructions.md` file that provides GitHub Copilot coding agents with detailed instructions for working effectively in the Calculator Plus Android project codebase. ## Key Features Added **Validated Build...

This PR addresses the Hilt crash reported in issue #72 where the app crashes with: ``` java.lang.IllegalStateException: Hilt Activity must be attached to an @HiltAndroidApp Application. Did you forget to...

This PR updates the project's Material Design dependencies to prepare for Material You (Material Design 3) implementation, addressing the foundation requirements outlined in Phase 1.1. ## Changes Made ### Dependency...

Pull request type: - [ ] Feature - [ ] Bug fix - [ ] Documentation - [x] Breaking change I have: - [x] Tested the code - [ ]...

This PR adds a complete test suite for the `calheatmapR` package using the `testthat` framework. The package previously had no tests, making it difficult to ensure code quality and catch...

This PR transforms the README.md from a basic, discouraging document into a comprehensive, user-friendly guide that properly showcases the calheatmapR package capabilities. ## Major Improvements ### Structure and Organization -...