54,773 questions with Developer technologies-related tags

Sort by: Updated
3 answers

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
asked 2025-10-20T16:36:58.91+00:00
Falanga, Rod, DOH 405 Reputation points
answered 2025-11-10T09:56:31.73+00:00
Jack Dang (WICLOUD CORPORATION) 3,015 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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
asked 2025-11-05T09:51:13.88+00:00
Giorgio Sfiligoi 506 Reputation points
commented 2025-11-10T09:54:59.52+00:00
Jack Dang (WICLOUD CORPORATION) 3,015 Reputation points Microsoft External Staff Moderator
1 answer

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
asked 2025-11-04T21:08:44.2066667+00:00
Kim Strasser 1,631 Reputation points
commented 2025-11-10T09:35:46.4366667+00:00
Michael Le (WICLOUD CORPORATION) 3,935 Reputation points Microsoft External Staff Moderator
1 answer

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
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
869 questions
asked 2025-11-03T11:05:48.66+00:00
Mohammad Albakri 0 Reputation points
commented 2025-11-10T09:22:31.8966667+00:00
Michael Le (WICLOUD CORPORATION) 3,935 Reputation points Microsoft External Staff Moderator
2 answers

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
asked 2025-11-07T18:29:35.35+00:00
Sajith 46 Reputation points
edited a comment 2025-11-10T09:21:27.2166667+00:00
Sajith 46 Reputation points
2 answers

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
asked 2025-11-08T10:15:10.38+00:00
mc 6,156 Reputation points
answered 2025-11-10T08:59:06.77+00:00
Jack Dang (WICLOUD CORPORATION) 3,015 Reputation points Microsoft External Staff Moderator
3 answers

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
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
869 questions
asked 2025-11-07T15:41:30.5666667+00:00
Peter_1985 2,806 Reputation points
edited a comment 2025-11-10T08:55:06.81+00:00
Michael Le (WICLOUD CORPORATION) 3,935 Reputation points Microsoft External Staff Moderator
2 answers

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
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
1,686 questions
asked 2025-11-07T17:49:25.3533333+00:00
iKingNinja 140 Reputation points
answered 2025-11-10T08:54:11.75+00:00
Danny Nguyen (WICLOUD CORPORATION) 3,845 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

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
asked 2025-11-07T15:06:00.31+00:00
asoliev 20 Reputation points
accepted 2025-11-10T08:35:37.2566667+00:00
asoliev 20 Reputation points
4 answers

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
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,622 questions
asked 2024-08-05T20:14:28.8633333+00:00
Mike Smith 0 Reputation points
answered 2025-11-10T08:26:22.58+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 1,750 Reputation points Microsoft External Staff
1 answer

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
asked 2025-11-06T12:03:43.85+00:00
Sreenivasan, Sreejith 155 Reputation points
commented 2025-11-10T08:25:37.9766667+00:00
Jack Dang (WICLOUD CORPORATION) 3,015 Reputation points Microsoft External Staff Moderator
1 answer

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
asked 2025-11-07T16:21:43.1966667+00:00
Sajith 46 Reputation points
answered 2025-11-10T08:25:29.1+00:00
Gade Harika (INFOSYS LIMITED) 1,415 Reputation points Microsoft External Staff
2 answers

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++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,023 questions
asked 2025-10-31T10:30:27.02+00:00
Jon 0 Reputation points
commented 2025-11-10T07:35:15.4433333+00:00
Adiba Khan 1,125 Reputation points Microsoft External Staff
2 answers

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
asked 2025-11-07T11:00:25.1333333+00:00
Manjunath Vadigeri 20 Reputation points
answered 2025-11-10T07:34:01.9433333+00:00
Jack Dang (WICLOUD CORPORATION) 3,015 Reputation points Microsoft External Staff Moderator
1 answer

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#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,666 questions
asked 2025-07-29T16:28:07.47+00:00
magrega 51 Reputation points
commented 2025-11-10T06:59:55.8133333+00:00
magrega 51 Reputation points
1 answer

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
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
302 questions
asked 2025-10-30T06:36:04.7633333+00:00
Tarun Nagar 85 Reputation points
commented 2025-11-10T06:51:03.1333333+00:00
Adiba Khan 1,125 Reputation points Microsoft External Staff
3 answers

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
asked 2025-10-25T17:27:05.09+00:00
Rfrank 0 Reputation points
commented 2025-11-10T06:48:26.29+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 1,750 Reputation points Microsoft External Staff
1 answer

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
asked 2025-11-06T14:59:17.69+00:00
Nivashne Venkatesan 40 Reputation points
commented 2025-11-10T06:44:32.07+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 1,750 Reputation points Microsoft External Staff
2 answers

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#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,666 questions
asked 2025-11-03T21:23:36.7733333+00:00
Saga 441 Reputation points
commented 2025-11-10T06:44:07.0066667+00:00
Susmitha T (INFOSYS LIMITED) 1,150 Reputation points Microsoft External Staff
1 answer

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…

Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,666 questions
asked 2025-10-31T14:45:17.6+00:00
Shraddha Chauhan 0 Reputation points
commented 2025-11-10T06:42:48.4633333+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 1,750 Reputation points Microsoft External Staff