Mark Stega

Results 9 comments of Mark Stega

Keith / SamProf This repo is the smallest I could make that demos the issue "git clone [email protected]:MarkStegaOHI/matblazorbrokendrawer.git" Run either SSB or CSB, open the menu, pick any menu item....

@enkodellc Keith, no, I ended up doing my own CSS/Component to get it to work the way I needed. I do think that the issue is still relevant, just not...

I did find one issue after submitting this PR; The user name is mangled in the context.. See the attached screenshot ![firefox_2019-10-10_15-30-01](https://user-images.githubusercontent.com/634561/66600632-e529d080-eb73-11e9-8234-2bb4ff7a3c94.png)

My best memory is that it was the hosting of a wasm client on the asp.net core server; It demonstrated how to do this and I believe the other example...

You have to remove the project from the solution in order to do the 'dotnet restore' successfully. On my system I had to give the path to msbuild explicitly: `>"C:\Program...

I have also had success binding to the viewmodel directly from XAML: ` ` ` ` ` ` and then in MainPage.cs class definition: ` static public MainPageViewModel pMainPageViewModel;` and...

Here is a repository with the complete code: [https://bitbucket.org/MarkStegaOHI/oouiwxf/src/develop/](https://bitbucket.org/MarkStegaOHI/oouiwxf/src/develop/) Thanks to @zbigniew-gajewski for the dll & wasm types in the web server project; I've been meaning to get to this...

First trial balloon PR floated...