Balkoth

Results 144 comments of Balkoth

Be carefull if your app has to be run under another user, because this works with WindowsAppSDKSelfContained, but breaks when using the installed runtime.

Was this ever fixed? To me this looks like `Assets\Contacts.txt` is checked in with wrong line endings, so ```cs public async static Task GetContactsAsync() { IList lines = await FileLoader.LoadLines("Assets/Contacts.txt");...

I would like to see this too, in smaller projects, it sometimes makes sense to organize files into folders, but use one namespace for all objects.

Will this also be fixed for unpackaged applications with `true` ?

It is not fixed for self-contained apps as the original problem that `RestartManager.exe` is not distributed still persists.

I went in and manually built the NativeBinaries from libgit2 v1.5.1 sources. If i upgrade to my homebrew package only the test for `CanFetchCustomRefSpecsIntoAnEmptyRepository` fails. Someone with knowledge has to...

Yes, this single assembly blows up applications by a ridiculous amount.

The corresponding Exchange Online PowerShell UserPhoto cmdlets are getting deactivated soon. Can we please have a working alternative with enough time to test and port our apps to the new...