Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Conversation

@tgiachi
Copy link
Owner

@tgiachi tgiachi commented May 15, 2025

No description provided.

tgiachi added 4 commits May 15, 2025 14:54
…inding

feat(Prima.Core.Server.csproj): add LibDeflate.Bindings package reference for Deflate compression support
… X and Y coordinates

refactor(Point2D.cs): Remove unnecessary getter and setter methods for X and Y coordinates
refactor(Point2D.cs): Simplify Equals and GetHashCode methods to use public properties
refactor(Point2D.cs): Update comparison operators to use public properties for X and Y coordinates
refactor(Point2D.cs): Update CompareTo methods to use public properties for X and Y coordinates
refactor(Point2D.cs): Update TryFormat method to use public properties for X and Y coordinates

refactor(Point3D.cs): Change internal fields to public properties for X, Y, and Z coordinates
refactor(Point3D.cs): Remove unnecessary getter and setter methods for X, Y, and Z coordinates
refactor(Point3D.cs): Simplify Equals and GetHashCode methods to use public properties
refactor(Point3D.cs): Update comparison operators to use public properties for X, Y, and Z coordinates
refactor(Point3D.cs): Update CompareTo methods to use public properties for X, Y, and Z coordinates
refactor(Point3D.cs): Update TryFormat method to use public properties for X, Y, and Z coordinates

refactor(Rectangle2D.cs): Update properties X, Y, Width, and Height to use public properties for start and end points
refactor(Rectangle2D.cs): Update MakeHold method to use public properties for start and end points
refactor(Rectangle2D.cs): Update Contains method to use public properties for start and end points
refactor(Rectangle2D.cs): Update TryFormat method to use public properties for X, Y, Width, and Height

refactor(Rectangle3D.cs): Update properties X, Y, Z, Width, Height, and Depth to use public properties for start and end points
refactor(Rectangle3D.cs): Update MakeHold method to use public properties for start and end points
refactor(Rectangle3D.cs): Update Contains method to use public properties for start and end points
refactor(Rectangle3D.cs): Update TryFormat method to use public properties for X, Y, Z, Width, Height, and Depth
…figuring multi data for the application

feat(ClientConfigurationService.cs): add support for loading MultiData configuration during client configuration service initialization
feat(Utility.cs): add FixPoints method to ensure correct ordering of points in Point3D structures
@tgiachi tgiachi merged commit 7786d8e into main May 15, 2025
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants