Can't publish new PowerShell binary module as it can't find the module
I'm trying to publish a new module to the PowerShell Gallery with publish-Module -name WillPittenger.Goodies.PowerShell.JSON -Repository PSGallery -NuGetApiKey ~~_____~~. I'm getting the error "Publish-Module: The specified module…


In my Maui project, sometime the scroll event stop/stuck as using mouce or touchpad.
In my Maui project, sometimes the scroll event stops or gets stuck when using a mouse or touchpad. The user cannot scroll the page, modals, or anything else. Instead, it scrolls using the scrollbar. Why is this happening? Can anybody assist me? I don't…
In my Maui project, sometime the scroll event stop/stuck as using mouce or touchpad.
In my Maui project, sometimes the scroll event stops or gets stuck when using a mouse or touchpad. The user cannot scroll the page, modals, or anything else. Instead, it scrolls using the scrollbar. Why is this happening? Can anybody assist me? I don't…
Blazor Web Assembly with Azure AAD and Custom authentication Login
I want to implement two authentication mechanism in my Blazor web assembly application (Azure AD and Custom Authentication). i.e. User can either login via Azure AD or he can go for Custom Authentication. When I register both Custom…
how to reset the button background color in android?
in android. I create Button and set BackgroundTinitList then it can not reset background. how to reset it? I have tried button.BackgroundTintList=null; button.Background =newButton.Background; it can not too;
Can I set Label to one color in MAUI?d
can I set Label to 1 color only has black and white? not 16 colors not 32 colors but only 1 color? what I want to do is to capture it and read it's pixel.
IIS MVC web app gets 404.0 error when opening first view page
I built an MVC web application (about a dozen view pages) that is working fine when run from the VS.net 2019 designer IIS Express, but when I deploy the app to local IIS and run it, I get error... HTTP Error 404.0 - Not Found The resource you are…

.NET MAUI WebView VerticalScrollBar Windows
how to hide the vertical scrollbar in the webview in windows?

How to use Co-Pilot via API
Hi, I am trying to figure out if it is possible to query co-pilot and grab the generated answer via api. What I mean by this is for example say in Jira or any Ticketing System that can make calls to an API is it possible to make a call to co pilot…

[MAUI][iOS] Library not loaded: @rpath/libHarfBuzzSharp.framework/libHarfBuzzSharp after updated to .NET 9.0
I'm encountering a runtime error on iOS when running my .NET MAUI application after updated net from 8.0 to 9.0. Library not loaded: @rpath/libHarfBuzzSharp.framework/libHarfBuzzSharp Environment Details: .NET MAUI Version: 9.0 iOS Version: 18.2 …
How to share session between framework 4.8 and .net with YARP
I realise there is plenty, plenty, of documentation/videos/help but nothing is helping me get past the very basic act of sharing session even though I see it work in the "UpgradeSample-main" example project. I'm finding resources are often…
How to get the call-id in Microsoft Teams?
Is it possible to get the call-id from a running Teams call? I should get call details from https://graph.microsoft.com/v1.0/communications/calls I want to use the call-id here: var result = await…
Showing WPF window having webView2 control gives error dialog with description - Microsoft Edge can't read and write to its data directory
Showing WPF window having webView2 control gives error dialog with description - Microsoft Edge can't read and write to its data directory I have Webview2 control in WPF Window as shown below in webViewStrings.xaml file <Window…
Problem publishing MAUI app to App Store
Hi there We have been struggling, for over a year, with a MAUI application. At first I couldn't even produce an IPA for ad hoc distribution, but we managed to jump that hurdle. The problem is I am now trying to publish it the App Store and I keep getting…
How to activate camere when changing tab in .net maui
I'm developing a .NET MAUI application using MVVM for learning, and I have a BarcodePage that contains a CameraBarcodeReaderView (from ZXing.Net.Maui.Control). Everything works fine when I first navigate to the page, but when I navigate away and then…
How to activate camere when changing tab in .net maui
I'm developing a .NET MAUI application using MVVM for learning, and I have a BarcodePage that contains a CameraBarcodeReaderView (from ZXing.Net.Maui.Control). Everything works fine when I first navigate to the page, but when I navigate away and then…
How can I add a context menu to UI element in MAUI?
The code below is not working, Error XLS0415 The attachable property 'ContextActions' was not found in type 'Grid' <Grid.ContextActions> <MenuItem Text="Test"/> <MenuItem Text="Test 2"/> …
Does MAUI dotnet build support config ApplicationId base on parameters?
For MAUI we can config ApplicationId for android and iOS like below: <ApplicationId>xxx.xxx.xxx</ApplicationId> But for some reason, for different build like dogfood build require a different ApplicationId. So does dotnet commandline build…
How to draw the path as imaged attached
Need to draw the path as shown in the image in .NET Maui, it was implemented in Xamarin forms while converting to MAUI path are not creating same as Xamarin forms used same coordinates to create the path, please help us to create the path. It was…
Ram consuption above Threshold
Hi, In maui version 8 there is a problem when moving pages the memory not release. I would like to ask how to observe the RAM and if it pass threshold x it will be presanted in UI label in red color, otherwise in green color. Use MVVM…
