Konstantin S.

Results 158 comments of Konstantin S.

A related issue: https://github.com/Microsoft/msbuild/issues/2281 Perhaps after some time the following code will become available: ``` false true ```

I confirm that the generator is able to see constants since version 4.5.0-dev.523

It's not entirely clear to me what caused the tests to crash after the last change. Everything works correctly in VS 2022 preview 4.0, but the CI environment may have...

> This caused by: > > ``` > The expression """.Contains()" cannot be evaluated. Method 'System.String.Contains' not found. > ``` > > Most likely because `_Pages` or others can be...

I have updated the code according to the latest changes in the master branch. I also added the necessary checks.

There are errors in the build that I don't understand. Perhaps they are caused by the fact that the full path is always used to avoid collisions.

I checked, the error is caused by the fact that data with an absolute path was added to the dictionary instead of a relative one, as it was before. I...

I made some edits to make the final output match the current one. Here is a project where you can experiment and evaluate the changes. https://github.com/HavenDV/Uno.Issues/tree/main/uno_removes_additional_files_metadata Ultimately, the problem was...

Not sure if this is related to this issue or not, but: There is a code like this: ```xml ``` The problem is, for WebAssembly, all content (that appears inside...

In fact, the example above works fine without `Canvas.ZIndex`: ```xml ``` `Canvas.ZIndex` is only needed if you swap elements: ```xml ``` UserControl is implemented like this (for scale animation to...