Daniil

Results 16 issues of Daniil

Though there are two places where i have no idea what to do. 1) https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Base/Media/DrawingContext.cs#L73-L74 2) https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Base/VisualTree/IVisualWithRoundRectClip.cs ## Fixed issues Part of https://github.com/AvaloniaUI/Avalonia/issues/6666

breaking-change
wont-backport

How it works in Avalonia with the default value(true). http://g.recordit.co/WMkRcE7Fxf.gif How it works in WPF with value = true. http://g.recordit.co/6h5W3Ea404.gif How it works in Avalonia with value = false. http://g.recordit.co/9KJGzvPYy9.gif...

# Bug Report ## Prerequisites - [X] Can you reproduce the problem in a [MWE](https://en.wikipedia.org/wiki/Minimal_working_example)? - [X] Are you running the latest version of AngleSharp? - [X] Did you check...

bug

We accept issues and pull requests but we answer and review only pull requests and issues that are created by our customers. It's a quite big project and servicing all...

## Fixed issues Part of #6666

breaking-change
wont-backport

When [this](https://github.com/AvaloniaUI/avalonia-dotnet-templates/issues/108) feature will be added we can safely remove templates from the extension and just make people use the CLI templates instead.

Apparently, it is possible to fully remove templates from vsix and just customize CLI templates in the way they can be used from VS. It would save us a lot...

The previous version sent by @StarlkYT didn't compile so i fixed it.

## What does the pull request do? ## What is the current behavior? ## What is the updated/expected behavior with this PR? ## How was the solution implemented (if it's...

## What does the pull request do? Previously if you would set Window WindowStartupLocation to WindowStartupLocation.CenterScreen when Window is already shown and set IsVisible to false and then to true...

bug
os-macos
os-windows