Copilot
Copilot
### Pull Request Checklist - [ ] I have added **tests** for any new features. - [x] I have mentioned the related **issue** (if applicable). - [x] I have updated...
Resolves issue #317 where inherited property setters may not be called by confirming the existing implementation correctly handles inheritance. ## Investigation Results Through investigation, it was discovered that InstancePropertyWriter already...
Adds macOS build/test job to CI pipeline and integrates CodeCov for coverage and test result reporting, matching the setup from AppStoreConnectKit. ## Changes - **macOS CI Job**: Enabled previously commented-out...
Creates a custom GitHub Copilot agent with deep expertise in .NET MAUI controls, their proper usage, performance optimization, and common pitfalls. ## Agent Capabilities **Comprehensive Controls Reference (30+ controls)** -...
Adds three shields.io badges to README header for discoverability and metrics visibility. **Badges added:** - GitHub release version (links to releases page) - Bioconda download count (links to recipe) -...
- [x] Run `dotnet cake -t:update-config` to update config.json with latest Maven versions - [x] Run `dotnet cake utilities.cake -t=generate-component-governance` to generate cgmanifest.json - [x] Run `dotnet cake utilities.cake -t=generate-namespace-file`...
Reduces Docker image size by 30-50% using multi-stage builds and production-only dependencies, based on [Docker image optimization best practices](https://blog.prateekjain.dev/a-step-by-step-guide-to-docker-image-optimisation-reduce-size-by-over-95-d90bcab3819d). ## Changes ### Dockerfiles (.docker/alpine/Dockerfile, .docker/debian/Dockerfile) - **Multi-stage build**: Separate builder...
## Overview Implements search filtering features to align with npm registry behavior, allowing administrators to filter deprecated packages and set minimum publish time requirements for packages to appear in search...
Adds a simple `X-Integrity` HTTP response header containing the SHA-512 integrity hash when serving unpkg files. This allows clients to verify file integrity without changing the existing integrity calculation or...
## Motivation Cherry-pick PR #5460 to release/2.4 branch to fix KV partitioning bug in speculative decoding. ## Modifications **fastdeploy/engine/engine.py** - Removed hardcoded `FLAGS_max_partition_size=1024` for multimodal models **fastdeploy/model_executor/layers/attention/append_attn_backend.py** - Disable KV...