Rustam

Results 51 issues of Rustam

Hello! Add GitHub Actions for tests - [x] Upgrade tfm for core - [x] Add actions script - [x] Fix tests (in fact they are solved, but they are not...

Hello! XamlParserTests crashes with dotnet test exception for net47 ``` dotnet test -f net47 --filter Compiler_Should_Compile_Simple_Xaml .\tests\XamlParserTests\XamlParserTests.csproj ``` ``` Test run for D:\a\XamlX\XamlX\tests\XamlParserTests\bin\Debug\net47\XamlParserTests.dll(.NETFramework,Version=v4.7) Microsoft (R) Test Execution Command Line Tool...

Hello! Designer takes the assembly only from Debug. If I choose Release, it still takes from the Debug

bug

Hello! Consider using [dotnet cli for azure pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/ecosystems/dotnet-core). It seems to me that now this option is more modern than using msbuild and nuget directly

Hello! libncursesw5 for legacy linux support such as ubuntu 18.04. For versions starting from 20.04, version libncursesw6 is supplied by default. libncursesw5 can be installed separately Maybe we should indicate...

https://devblogs.microsoft.com/nuget/introducing-central-package-management/ `DisableImplicitLibraryPacksFolder = true` because it is necessary to [map source packages](https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping) when using Central Package Management

Implicitly changing the loaded file document when saving with a different filename. I think changing the target document should not change the current `WordDocument` object. This behavior was introduced due...

bug

At the moment, it is not possible to set the Stream into which the document will be saved. This is convenient when we do not want to save the file...

bug
enhancement

**Is your feature request related to a problem? Please describe.** At the moment, when adding or bumping any nuget dependency, we need to know about [props files](https://github.com/AvaloniaUI/Avalonia/tree/master/build) **Describe the solution...

enhancement