Copilot
Copilot
This PR addresses the request to update README files across all submodules in the DNP_DAPPMANAGER repository, providing comprehensive documentation that follows industry best practices for each package. ## What Changed...
Previously only `AllowReadingFromString` was partially supported. This adds complete support for all `JsonNumberHandling` flags per the [Microsoft documentation](https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonnumberhandling). ## Changes **FieldConverter.cs** - Added `WriteAsString` support: numbers serialize as JSON strings...
Issue requests documentation that MergePhysBone changes Grab behavior when merging multiple PhysBone components. ## Changes - **Added note to MergePhysBone documentation** (both EN/JA) explaining: - Before merging: each PhysBone can...
Document behavioral assumptions for external tool developers Plan: - [x] Explore and understand the repository structure - [x] Systematically scan all C# files for assumptions (explicit and implicit) - [x]...
This PR upgrades all dependencies in the repository to their latest versions, including major version updates that required breaking change handling. ## Major Updates ### UnoCSS Ecosystem (0.63.4 → 66.3.3)...
Domain settings fail when the current article is also the domain's start article/mountpoint. Additionally, the singleton pattern was causing intermittent caching issues where domain detection would work inconsistently. ## Changes...
## Summary This PR adds the ability to customize the `cn` helper function with tailwind-merge configuration, allowing users to extend or override the default behavior for custom design systems and...
## Problem Users reported errors when refreshing Power BI reports in Power BI Service with the following message: > **Data source error: The 'CapacityReservationId' column does not exist in the...
This PR adds comprehensive automated validation for ARM templates as requested in the issue. The implementation includes: ## 🔍 New GitHub Actions Workflow - Created a new `.github/workflows/arm-template-validation.yml` that will...
## Overview This PR adds support for custom resource naming in the FinOps Toolkit Bicep deployment, allowing organizations to follow their naming standards when deploying FinOps resources. ## Changes Made...