55,444 questions with Developer technologies-related tags

Sort by: Updated
2 answers

prettier extension not working in Visual Studio Code

How to fix the prettier extension not working in Visual Studio Code

Developer technologies | Visual Studio | Extensions
asked 2026-02-18T08:08:11.5233333+00:00
My new life 244 0 Reputation points
answered 2026-02-18T13:17:59.59+00:00
Susmitha T (INFOSYS LIMITED) 2,450 Reputation points Microsoft External Staff
1 answer

Moving from xUnit v2 to v3

Hi, According to <link removed> Does after moving from xUnit v2 to v3 successfully, do I need to assign (SignAssembly) the new exe(xunit v3) and the clients the referenced (project referenced) to it ? again or it is not connected ? Thanks,

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,780 questions
asked 2026-02-13T06:11:17.2933333+00:00
G S 0 Reputation points
commented 2026-02-18T11:43:25.2566667+00:00
Gade Harika (INFOSYS LIMITED) 2,430 Reputation points Microsoft External Staff
3 answers

Startup, C++, want C#

Have Visual Studio 2022, originally set the startup environment to execute C++ code. Want to change the environment to C# code so that I can use the "using System" header. Currently requires the C++ header information. How do I do without…

Developer technologies | Visual Studio | Setup
asked 2026-02-14T13:21:24.3066667+00:00
Sid Kraft 26 Reputation points
commented 2026-02-18T11:42:32.31+00:00
Gade Harika (INFOSYS LIMITED) 2,430 Reputation points Microsoft External Staff
5 answers

Linker reporting unresolved symbols

I have been using the Digital Mars(DM) C++ compiler for many years. I decided to use the MSVC Community C++ compiler because there are a number of SDK functions I would like to use and they are not accessible with DM. Below is my attempt to create a…

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,049 questions
asked 2026-02-14T21:11:37.05+00:00
M R 0 Reputation points
commented 2026-02-18T11:19:26.2366667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,595 Reputation points Microsoft External Staff
1 answer

Maui Android web handler

I am trying to create a webview handler for android in order to test calling a local web server with a self signed cert. I have seen numerous examples of how to create a client for WebView to capture the OnReceivedSslError methods but it is never…

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,780 questions
asked 2026-02-17T13:17:47.8833333+00:00
Jerry Bonetti 0 Reputation points
commented 2026-02-18T10:55:40.55+00:00
Jack Dang (WICLOUD CORPORATION) 11,900 Reputation points Microsoft External Staff Moderator
5 answers One of the answers was accepted by the question author.

FCM notification not received when app is terminated

I'd like to ask a question regarding Firebase Cloud Messaging. So recently, I've implemented FCM notifications into my app, created the API to send notifications, etc. But I came to a halt regarding the notifications when the app is closed or terminated…

Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
5,383 questions
asked 2022-01-06T19:10:01.91+00:00
Adrian Jakubcik 116 Reputation points
commented 2026-02-18T10:46:47.1166667+00:00
Mike Sharp 1 Reputation point
1 answer

Unique ID of machine

Hi, Can anyone suggest which of the following methods to retrieve uniqueid from machine and more stable and reliable? 1.SMBIOS System UUID Source: SMBIOS Type 1 table, retrieved via GetSystemFirmwareTable('RSMB'). 2.TPM Endorsement Key Public Key…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-02-05T09:18:15.0933333+00:00
Anjali Narvekar 0 Reputation points
commented 2026-02-18T10:43:52.0366667+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,295 Reputation points Microsoft External Staff Moderator
1 answer

Alternate to ASHWID

Hi, We are using ASHWID (Processor + Memory+ Disk) parameters in UWP. Recently the ASHWID parameters seems to fluctuate and not stable. Based on the below…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-02-05T07:22:16.48+00:00
Raja Shanmugam 20 Reputation points
commented 2026-02-18T10:43:37.9066667+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,295 Reputation points Microsoft External Staff Moderator
1 answer

In VSC, How to Completely Remove 10000 Pending Changes from Source Control

I want to commit a project's changes to GitHub, but I don't want all thousands of these pending changes to reflect to my GitHub's repository. I would prefer a permanent solution rather than making individual solution for each project in the future. …

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,684 questions
asked 2026-02-18T00:38:56.56+00:00
James Flaga 0 Reputation points
commented 2026-02-18T10:28:12.2833333+00:00
James Flaga 0 Reputation points
2 answers One of the answers was accepted by the question author.

enable xaml source compilation breaks

I do not know why I cannot post, it tells me I am violating code of conduct Everything in my .NET MAUI app works correctly until I enable: <MauiEnableXamlCBindingWithSourceCompilation <tabView:SfTabView IndicatorBackground="{x:Binding…

Developer technologies | .NET | .NET MAUI
asked 2026-02-16T13:18:43.6566667+00:00
Eduardo Gomez 4,276 Reputation points
accepted 2026-02-18T09:11:42.12+00:00
Eduardo Gomez 4,276 Reputation points
2 answers

SourceGen adding getting build error

Hello, I am getting the following errors after adding the below tags to my .csproj file: <MauiXamlInflator>SourceGen</MauiXamlInflator> <!-- Optional…

Developer technologies | .NET | .NET MAUI
asked 2026-02-18T05:48:47.8366667+00:00
Bhuwan 1,181 Reputation points
answered 2026-02-18T06:56:17.9033333+00:00
Jack Dang (WICLOUD CORPORATION) 11,900 Reputation points Microsoft External Staff Moderator
2 answers

Failed to acquire token

I am getting this error while consuming any azure service from the visual studio MsalClaimsChallengeException: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance. Trace ID:…

Developer technologies | Visual Studio | Setup
asked 2026-02-11T11:29:45.5933333+00:00
Neha Gautam (Accenture International Limited) 0 Reputation points Microsoft External Staff
edited an answer 2026-02-18T06:37:41.6633333+00:00
Adiba Khan 2,160 Reputation points Microsoft External Staff
4 answers

How run C# Post method to delete a DB register on confirm to bootstrap modal in Razor Pages web app

Hello (I'm new to the forum) I'm working on an ASP.NET Core Razor Pages web app. It's a CRUD. In my Index.cshtml I have a list of products (as in the DB that is created with EF Core), and in each row after the fields I have an Edit and Delete buttons. I…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-02-16T13:55:27.0233333+00:00
Pablo The Tiger 26 Reputation points
commented 2026-02-18T06:33:43.8266667+00:00
Jack Dang (WICLOUD CORPORATION) 11,900 Reputation points Microsoft External Staff Moderator
1 answer

Sort and group and then for each group create a descending order sort

Good Afternoon, Do you happen to have VBA code to make a sort in excel, where I first sort by a field which groups together a category, then for each category group I can sort in descending order a quantity column.

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,922 questions
asked 2026-02-10T20:36:08.2466667+00:00
Jose Cerda 0 Reputation points
commented 2026-02-18T05:34:43.4533333+00:00
Susmitha T (INFOSYS LIMITED) 2,450 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

What happened to the Visualizers in Visual Studio 2026?

Visual Studio 2019 and 2022 had a "Visualizers" folder in Documents/Visual Studio [year]/Visualizers where you can put custom visualizers you created and Visual Studio would load them automatically. Other folders like Template and Code Snippets…

Developer technologies | Visual Studio | Debugging
asked 2026-02-17T21:44:52.1833333+00:00
eric_s 20 Reputation points
accepted 2026-02-17T22:02:29.1+00:00
eric_s 20 Reputation points
0 answers

Visual Studio Profiler Says unable to find pdb files after collecting data with .nettrace

I collected the traces with .nettrace from the remote server including .dll and .pdb files Uploaded .nettrace file to the Visual Studio Profiler and set the path for the .dll and .pdb files in VS under Debug->Options->Symbols Selecting…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,684 questions
asked 2026-02-17T21:36:48.5233333+00:00
Ekrem Mujic 0 Reputation points
2 answers One of the answers was accepted by the question author.

Free MySQL plugin for .NET MAUI.

Is there any free MySQL plugin for .NET MAUI? I found one but it cost, dotConnect for MySQL.

Developer technologies | .NET | .NET MAUI
asked 2026-02-17T16:53:01.4133333+00:00
Ken Ekholm 231 Reputation points
commented 2026-02-17T20:56:09.7466667+00:00
Ken Ekholm 231 Reputation points
5 answers

Visual Studio for Linux?

Since Microsoft & .NET Team is pushing so hard in the cross-platform solutions, will the Linux community see Visual Studio run on Linux? Since it is a great IDE with amazing tools, some of us are wondering will we see it on our preferred OS? I'm in…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,684 questions
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,780 questions
asked 2020-11-26T16:30:15.073+00:00
Viko 241 Reputation points
commented 2026-02-17T17:18:25.85+00:00
George Hendrickson 181 Reputation points
2 answers

documented feature by Microsoft

for RunOnce, is the ! prefix a documented feature by Microsoft

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,049 questions
asked 2026-02-10T19:16:23.4466667+00:00
Hector Donolo 0 Reputation points
commented 2026-02-17T14:07:11.79+00:00
Hector Donolo 0 Reputation points
11 answers

SQL Server 2022 install on Windows 10 fails with error that .NET is not installed, but it is installed and up to date

I have installed SQL Server 2022 Developer edition successfully on a Windows 10 and 11 virtual machine. The issue is that I cannot install it on a physical machine. During the install, I get the following fatal error. I have tried to install the latest…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,161 questions
SQL Server | Other
asked 2023-03-23T18:04:44.7966667+00:00
MJ Skeet 45 Reputation points
commented 2026-02-17T13:57:21.65+00:00
Jon Ellison 0 Reputation points