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
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#
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
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++
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#
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
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)
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)
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
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
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
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
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
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
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
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
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
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 | C#
documented feature by Microsoft
for RunOnce, is the ! prefix a documented feature by Microsoft
Developer technologies | C++
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…