Copilot

Results 4895 comments of Copilot

> @copilot please address unresolved feedback Both unresolved feedback items were already addressed in c89fff7: 1. **Path traversal fix** (DataContent.cs:363) - Now using `Path.GetFileName(Name)` to extract only the filename component...

> @copilot, are there any places in the repo where DataContent is constructed from a file or stream such that LoadFromAsync could now be used instead? Or similarly anywhere where...

> @copilot please replace the two new net8.0 target frameworks you added with `$(CurrentTargetFramework)`. Please update the copilot instructions to let future copilots know to always use `$(CurrentTarg... Done in...

> @copilot 167 тестов падает. Исправь. Исправлено в 7329dd0. Проблема была в том, что `@Scope("prototype")` на `ServerContext` создавал новый экземпляр при каждом обращении к `TestApplicationContext.getBean(ServerContext.class)`, что ломало тесты. Решение: убрал...

> @copilot Нет, ты не прав. ServerContext должен быть prototype. Верни и исправь тесты по-нормальному. Восстановлен @Scope(prototype) для ServerContext в c95e2c9. Теперь: - ServerContext имеет @Scope(ConfigurableBeanFactory.SCOPE_PROTOTYPE) - ServerContextProvider использует `ObjectProvider`...

> @copilot Add a similar note for IsAotCompatible (alongside the existing docs for that option). Added in 78f6612. The note directs users to apply the same multi-targeting guidance when using...

> @copilot also adjust the warning text from the documentation for ".NET SDK error list" - the trimming one should mention 'net6.0' and the AOT one should mention 'net8.0'. Updated...

> @copilot > > 1) there are build errors with PHP8.4, please check and fix them ... I've addressed both issues from your feedback: 1. **PHP 8.4 build errors fixed**...

> @copilot still there are errors inside php-unit test run on PHP8.4 > > ``` ... I've addressed the remaining PHP 8.4 test failures with additional fixes (commit 152926e): **Fixed...

> @copilot Refactor directory structure. > > Currently, Semaphore clones each template to directory `/projects_{projectID}/repository_{repo_ID}_template_{templateID}`. ... I've completed the directory structure refactoring as requested. The changes implement the new structure:...