Copilot

Results 4510 comments of Copilot

> Ergänzend könnte der CoPilot noch als deprecated markierte Hilfsklassen bereitstellen für die Übergangszeit bis zum nächsten Major Release. So ähnlich wie > > ```php ... I've implemented deprecated wrapper...

> @copilot remove all test files and create real tests under the specs/ folder Removed all test files (temporary CSV files from .gitignore) and improved the CLI tests under the...

> @copilot we need to think a better strategy for the export/import actions. The point is that the idea is: when importing updated files, the original files should be kept,...

> @copilot that is still too tedious, I really like the idea of having everything in one file, super useful to edit, but we need to keep the structure of...

> @copilot is there a way to keep the single-file approach, but without adding the file path in the key? Maybe by inspecting the translation files and look for the...

> @copilot now review again all the code and keep only this option, refactor, clean up, remove unused code, simplify tests, ... I've completed a comprehensive review and cleanup of...

> @copilot now update the readme, do not need to explain the whole cli. Maybe we can add the output of the help command too. Updated the README with a...

> @copilot the import/export seems too much for now, we will do later in a different PR. Remove all related code and docs. Instead lets implement a new command: unused....

> We don't need the `sample-sourcegen-test` project. Update the `DeviceTestingKitApp.DeviceTests` project to use this new source gen. > > Also, no need for the new TestApp, since the sample test...

> no need for the attributes project, look in the host csproj for msbuild props. Removed the attributes project entirely. The source generator now uses MSBuild properties (ApplicationTitle, ApplicationId) instead...