I don't understand why my Minimal API doesn't bring up swagger
I have a Blazor Web Application I've been working on (Visual Studio 2022 and .NET 9). This application had 4 VS projects in the solutions, one of them was a Minimal API app. Due to problems I encountered with that configuration, I have decided to migrate…
Developer technologies | ASP.NET | ASP.NET API
BACK BUTTON VS NET 10
Platform: Android With NET MAUI 9.0, pressing the 'hardware' Back Button generates the following events: When the current page is MainPage: OnSleep Android – OnStop Android – OnDestroy shut down the app When the current page is any other page: Go…
Developer technologies | .NET | .NET MAUI
iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_
I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…
Developer technologies | .NET | .NET MAUI
Validate a Manifest for add in
Hello, Whenever I add VersionOverrides to the manifest I keep getting same errors when I validate the manifest I have tried everything but still nothing works, is there another way to know the exact reason other than validating the manifest and what…
Developer technologies | XAML
LSP - 'textDocument/publishDiagnostics' to a virtual editor
I am working on a Visual Studio extension that Opens Code editors using IVSUIShell.CreateDocumentWindow. Implements a Langauge Server (LSP) which is associated to these code editors 'textDocument/publishDiagnostics' that are sent from Language…
Developer technologies | Visual Studio | Extensions
how to load gif and read pixels of it?
I want to load gif to Image and when I tapped on it I can read the pixel of it and read the frame of it . should I copy the gif to Raw folder or Images folder? and how to read the pixel of it? I am using .net MAUI 9.0
Developer technologies | .NET | .NET MAUI
Resolve line issue
Hi, How to resolve The workload 'net8.0-ios' is out of support and will not receive security updates in the future. on the part below? <NETSdkWarning ResourceName="WorkloadIsEol" …
Developer technologies | XAML
Blazor Web App partly run code as WASM
I'm trying to create a register account page in Blazor Web App. I need the form submission callback to run on the client as it needs to set the authentication cookie, but I can't manage to achieve this. This is my current component code: @using…
Developer technologies | .NET | Blazor
Haven an issue related with asyncronious DbContext actions in unit tests.
Haven an issue related with asyncronious DbContext actions when run unit tests for ASP.NET MVC Controller. The error message is: "System.ArgumentException : Argument expression is not valid"
Developer technologies | ASP.NET | ASP.NET Core
Does a website built on asp.net have a Content Management System (CMS)?
I have a client that is using an agency that is using asp.net to build their website. I've never heard of this before. My agency provides SEO and I'm trying to find out if the new website will have a Content Management System and logins so my team can do…
Developer technologies | ASP.NET | Other
MAUI: Unknown white circle on the UI when tap on Login Button.
I have a login page its xaml added below: <?xml version="1.0" encoding="UTF-8"?> <views:BaseContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
Developer technologies | .NET | .NET MAUI
Theming ToolStrip buttons using Image service
I am trying to use images for ToolStrip buttons using Image service following this- https://learn.microsoft.com/en-us/visualstudio/extensibility/image-service-and-catalog?view=vs-2022 But this is not working with changing themes. I have tried setting the…
Developer technologies | Visual Studio | Extensions
How can I set the environment variables to run a c++ programme from the command window when winsdk.bat fails to set WindowsSdkDir variables correctly?
When I run the VsDevCmd.bat file to configure a command window to allow me to compile C++ programs the following variables are NOT set: WindowsSdkDir WindowsSDKVersion WindowsSDKBinPath WindowsSDKVerBinPath This is because VsDevCmd.bat calls…
Developer technologies | C++
Error NETSDK1112: The runtime pack for Microsoft.NETCore.App.Runtime.win-x64 was not downloaded when building MAUI Windows app
Hi everyone, I have a .NET MAUI project configured as follows in my .csproj: <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) ==…
Developer technologies | .NET | .NET MAUI
How to write data to a gip device (Xbox Series controller)?
I am working on a program that would send a power off packet to my xbox series controller in order to turn it off. In 2024 Microsoft released GIP docs and as far as I understand Xbox One and Series work with GIP. I run a win10 pc and use an Xbox Series…
Developer technologies | C#
Best Practices for Building and Hosting a Scalable eCommerce App on Microsoft Azure
Hi everyone, I’m planning to build or migrate an eCommerce application to Microsoft Azure, and I want to make sure it’s scalable, reliable, and cost-efficient from day one. I’m particularly interested in learning from the community about: Architecture…
Developer technologies | Small BASIC
a VS2019 installation from a win10 system to a win11 system
I had a VS2019 installation on a older system, and want to install on a win11 system so I can migrate older VS2010 projects to VS2022 but I cannot download from the MS site. I have copied the files from the original system but there is no setup.exe or…
Developer technologies | Visual Studio | Setup
Reporting mail
Hi, I haven’t received my reporting mail yet after choosing Community Skillers. May I know when it will be sent or if there’s any update?
Developer technologies | Visual Basic for Applications
How do I eliminate flickering when using DrawString?
HI all, I am creating a screen which will have a horizontal scrolling text at the bottom of the screen, along with some graphics at other screen locations. I have this working using a timer, but the text flickers and I would like to know if there is a…
Developer technologies | C#
IOS app crashing when typing long text in a textarea on html page that is called inside webview HybridWebViewHandler : ViewHandler<IHybridWebView, WKWebView>
Hi, I am using .Net 9 using webiew -source html page to chatserver that using communication through liveswitch. Its working fine if no long text has been typing on textarea specially in release mode.Can someone help to solve this? Crash report iphone 11…