Metadata icon indicating copy to clipboard operation
Metadata copied to clipboard

Serialization for the PowerShell metadata format

Results 2 Metadata issues
Sort by recently updated
recently updated
newest added

## Summary This pull request addresses the issue where the `System.Decimal` type loses precision during serialization and deserialization when the value contains floating-point digits. ## Problem When serializing and deserializing...

## Problem When serializing and deserializing `System.Decimal` values, especially those with floating-point digits, there is a noticeable loss of precision. This can lead to incorrect values being processed in applications...