Wouter de Vries

Results 36 comments of Wouter de Vries

- Increase API coverage of documentation - Include intellisense documentation or source link in nuget package

👍 mistake on my side. I expected the "Go to definition" feature in Visual Studio to use Source Link. Unfortunately it does not. https://github.com/dotnet/roslyn/issues/24349

I completely agree. It is disappointing that the compositor is introduced as C# and XAML friendly, while the demo applications depend on C++ libraries that do most of the work.

The main problem is that loading bitmaps into brushes is not supported. I first messed around with bits copied from the sample project, but today I found a nuget package...

Thanks for the help! Do you foresee any problems when I reset the install id while App Center is running? I don't expect it to pick up the new id,...

It was a bit troubling to me seeing multiple directories with an `AppCenter.config` file. After reading up on where AppSettings stores it configuration it cleared up the confusion. The path...

Another thing that is unclear is whether they mean the total amount of custom events that will be processed or whether the limitation goes towards differently named custom events.

Yes, I'm currently investigating how easily this can be done.

Thanks for the reply. As far as I understand it UWP is the new name of what WinRT used to be, so just a marketing term. I'm not sure, but...

The problem is that you cannot target a NET Standard 2.0 library that uses Windows SDK methods. The library will need to target `uap10.0.0.17763` or something similar. Adding a dependency...