Content
Have Datetime as part of version string while creating MSIX package
I have a .NET MAUI app and I'm able to create MSIX installer. I want to add the datetime as suffix to the version number when the MSIX is created. for example, MauiPublishTest_1.0.0.15_x64.msix is the file name I get and I would like to get something…


Problem with Community Toolkit MediaElement
I am having trouble with the Community Toolkit MediaElement and cannot find a way to tell that team about the problem. The problem is simple in that I have a content page with 5 Content Views. I have buttons to show the view and when I run it thru the…


how to validate hidden doms
I have a hidden value <input type="hidden" asp-for="ImageUrl" /> <span asp-validator-for="ImageUrl" /> how to validate it? jquery.validate will not validate the hidden doms.


SslStream Escaping UTF-8 URL Encoding Above %7F (Multi-byte)?
I am trying to send special characters via an SslStream and StreamWriter that makes a URL GET request like so: var req = new HttpRequestMessage( HttpMethod.Get, m_client.BaseAddress ); m_sessionClient.AddSessionInfoTo( req ); var uri =…
Task, CancellationToken, ManualResetEvent problems.
Hello! My goal is to use a button to start a thread, a task. If I now press Cancel, I must get a message. When the thread/task has done its work, it should report finished. It does not work. Where is the error? Can someone give some tips? public class…


publish an IIS my asp net core application
Hi, I try to pubish my application aspnet core and follow up the link publish-to-iis I publish in the repository \bin\Release\net5.0 After that copy/paste the repository in IIS repository. First of all I received this message How…
Blazor Tags css styles
Dear Community! I already asked on reddit but nobody could help me. How can i apply css styles from the name.razor.css file to Blazor custom tags like the <InputText> for example? Defining styles for input or creating as custom class do not work…
.net MAUI ListView item appearing animation time
I am trying to figure out how to have newly added data populate a CollectionView (top) or ListView (bottom) instantly instead of this default fade in that takes up to 1 second to show the new data. I'm doing this in Windows. Is this an animation that can…


How do i fix errors when targeting net7.0 tfm when using handlers in maui?
Here is the link to the sample project: https://github.com/veldfolds/VideoDemos.git


.NET MAUI 7: How to set font for some 'special' elements? Or set a global font? (for dialogues, calendar, flyout tabbar, context menu button)
in our .NET MAUI 7 Android App, we've added a custom font and attach it to all possible elements. However, there are some elements for which we have not yet found a way to change the font: Dialogues example 1 example 2 Calendar example Flyout Bottom…
MAUI: Handlers and commands to style the Shell Bottom Tabbar More Menu?
Hi, which handlers (and commands) do I have to use to style the Shell Bottom Tabbar More Menu (the one that appears when I hit the 'More' button)? I need to change: The headline font in iOS The menu font in iOS and Android The icon color in iOS and…
How to disable textbox control when Purchase Date is more than 60 days past Receipt Date
Hi, I know this question has to do with jQuery date picker but I can't find jQuery or JavaSxript. We have three textbox controls, ReturnDate, PurchaseDate, and RefundAmount. PurchaseDate and RefundAmount are part of a Repeater control. Our customers are…
EF core 6 then Include issue
In EF core 3.1 I am able to include a collection of object using include statement. After that then include is not working in EF core 6 eg public class Parent { public int Id { get; set; } public string Name { get; set; } public…


Can I do a swap on a Blazor Server App service without disconnecting users?
I run an App Service hosting a Blazor Server Application. The App service has a staging and production slot. When I do a swap from staging to production I would like users to remain connected and have 0 downtime. Is this possible? The application also…


Azure functions SSL issue with Cosmos DB in .net 6 ?
Hello Team, I am facing one issue the new .net version 6 and azure function v4. Could you please help me with this? I have one azure function application which uses Cosmos DB. Recently I have upgraded from .net core v3.0.1 to .net 6 and…


How To download from ftp site using http client
I cannot find a SIMPLE EXAMPLE anywhere that shows how to use (recommended) HTTPCLIENT to replace the now OBSOLETE WebCclient, WebRequest etc. I cannot find a SIMPLE EXAMPLE anywhere that shows how to use (recommended) HTTPCLIENT to replace the now…


Xamarin to MAUI: When setting <UseMaui>true</UseMaui> in csproj, my xaml.cs files are removed
Within the csproj file, when setting the tag <UseMaui>true</UseMaui>, all xaml.cs files that were used with Xamarin are removed. When setting <UseMaui>false</UseMaui> all xaml.cs files are returned. This happens when using the…


How to change a blob whern I store in a container
Hello, I have an azure function that is using a blob trigger. A file is dropped in a container every 30 miniutes. The azure function start and process the file(Blob) and store the file in archive container. But every file that is dropped have the same…


How to deploy .NET core plugin application and avoid duplication of assemblies
Following is a simplified version of what I want to acheive: I have the the following .NET Core projects: Main -> Executable (Console Application) Plugin1 -> Class Library Plugin2 -> Class Library 3rdPartyComponent -> Class…


Web API references Microsoft.ApplicationInsights.AspNetCore that depends on a deprecated package
Hello, I have a Web API targeting .NET7. I need to send the logs to Azure and in order to configure this I need a reference to this package: Microsoft.ApplicationInsights.AspNetCore that depends on the deprecated projects. …

