eclipse-aaspe / server

C# based server for AASX packages
Other
72 stars 52 forks source link

Remove I40Language references #285

Closed Freezor closed 5 months ago

Freezor commented 5 months ago

Description

This pull request removes all references to I40Language. These references were part of a past prototype for a specific use case that was never fully implemented or utilized. To maintain a clean and manageable codebase, we have decided to remove I40Language for now.

Motivation and Context

The I40Language was a prototype for a use case that is no longer relevant. Since it was not fully implemented or used, its presence in the codebase creates unnecessary clutter and potential confusion. Removing these references helps streamline the project and reduces maintenance overhead.

Type of change

How Has This Been Tested?

The changes have been verified by ensuring that all instances of I40Language were successfully removed. The project was built and run to confirm that no references or dependencies on I40Language remain, and all tests were executed to ensure no new issues were introduced.

Screenshots (if appropriate):

Checklist: