Copilot
Copilot
This PR adds TypeDoc links to all configuration tables in README files throughout the repository, making it easier for developers to access detailed interface documentation. ## Changes Made ### Main...
## Issue Source maps were not including references to the original TypeScript (*.ts) files, but rather were referencing the rewritten JavaScript (*.js) files from the build process. This issue occurred...
## Issue When Safari's "Block All Cookies" setting is enabled, the Application Insights SDK throws a SecurityError with message "The operation is insecure" when attempting to access localStorage or sessionStorage....
## Changes This PR addresses an issue where the ApplicationInsights SDK breaks Angular SSR in Cloudflare Workers by: 1. Redefining the "name" property (which is prohibited in Cloudflare Workers) 2....
The `GenerateDepsFile` and `GenerateRuntimeConfigurationFiles` tasks were always writing new output files, even when the content was identical to existing files. This caused unnecessary rebuilds throughout the build chain, significantly impacting...
Improves restore performance by disabling default item globbing during restore operations, addressing significant performance issues on projects with large numbers of files. ## Problem During `dotnet restore` operations, MSBuild spends...
The new `dotnet package remove` command was throwing an `ArgumentNullException` when no project was specified, while the equivalent old `dotnet remove package` command worked correctly. ## Issue ```bash # Not...
This PR stabilizes the logger.enabled functionality by completely removing the `spec_unstable_logs_enabled` feature flag from all OpenTelemetry Rust crates as requested in the issue. ## Changes Made ### Core Crates Updated...
The issue was in `DataSet._enqueue_results` method where inferred parameters were not being transitively collected when adding results to a dataset. When a parameter is registered with `basis`, it creates an...
This PR implements a new function `export_datasets_and_create_metadata_db()` that addresses the common issue of data duplication when users have both database files with raw data and exported NetCDF files. ## Problem...