Git Functionality in Visual Studio 2022 Not Updating Status
When performing Git operations in Visual Studio 2022, such as committing, creating branches, deleting branches, or checking out branches, the Git interface does not refresh to display the latest status after completing the operation. Closing and…
Developer technologies | Visual Studio | Other
How to remove the listView pressed/activated ripple drawable to the entire row
I have a listview like below to show the question and answers. <ListView HasUnevenRows="True" HorizontalOptions="FillAndExpand" ItemsSource="{Binding ItemsSource, Source={x:Reference this_flow_picker},…
Developer technologies | .NET | .NET MAUI
errors in visual studio integration mongo db
$ 'c:/Dev/Project/TRW-Forward-Tester/dashboard/dashboard.py' c:/Dev/Project/TRW-Forward-Tester/dashboard/dashboard.py: line 1: import: command not found c:/Dev/Project/TRW-Forward-Tester/dashboard/dashboard.py: line 2: import: command not…
Developer technologies | Visual Studio | Extensions
Obsolescence and security review
Dear Team, Just following up on my earlier request regarding the SBOM compilation and the security/obsolescence review for some instruments. To finalize compliance documentation and plan upgrades, please share the details for each production…
Developer technologies | .NET | Other
Function Extension
TryCreateForInput method assume that the gisInputFilePath is a file: a single file or an archive file. I need to handle also case for folder with extension .gdb. What is the best practice to do it ? Thanks in advance, /// <summary> ///…
Developer technologies | C#
the shared with me api does not work, why?
The shared with me api call to one drive does not return the relevant data, I get only one item every time I run the query even though I have proper token and more items to show
Developer technologies | XAML
Microsoft.AzureAI - AI Foundry Resources (not just project in Studio)
Unable to Register Microsoft.AzureAI so I can use Prompt Sheild in AI Foundry via Code endpoints. Co-Pilot indicates that MS Support needs to enable this on my tennant/subscription. Create a support ticket does not filter me to request this to be done. I…
Developer technologies | C#
How do I get Microsoft Code to come up in my right click menu?
When I right button click on a folder in Windows Explorer, the option to launch that new and empty folder in Microsoft Visual Studio Code is not available to me as it appears in a youtube tutorial like so. How do I get it there as a menu option If I…
Developer technologies | Visual Studio | Setup
Visual code ipynb not working cannot detect kernels
Having an issues, detecting kernels, and it keep installing .NET interactive session and has warning on polygot notebook extension related
Developer technologies | Visual Studio | Extensions
GisConverter -ORG Format Double Conversion
Current: We used GIS Converter to our "CDR" system, which detects viruses. We have already implemented the ORG Format . ORG Format - convert from the source format to itself. Problem: When we convert from source format to target format and…
Developer technologies | C#
How can I fix the Form Designer error "Illegal characters in path"?
Since I installed Visual Studio 2026 I keep having this problem where when I open a form the designer keeps giving me this error that doesn't specify what path has an illegal characters. I even tested if it's only for VS2022's projects, but even new…
Developer technologies | Visual Studio | Other
Where is HybridWebView.js in NET10?
Hi everyone, I'm migrating a project to .NET 10 that uses HybridWebView to host a Vue.js application. In .NET 9, everything worked correctly, but in .NET 10, I'm unable to use the standard InvokeDotNetmechanism. Every time the Vue app tries to call a C#…
Developer technologies | .NET | .NET MAUI
Case of error C2061
if RoutedEventArgs is a data type, why I get " error C2061: syntax error: identifier 'RoutedEventArgs' " in a simple Button Click function? What I do wrong? (VS2026, Blank C++ app)
Developer technologies | Visual Studio | Debugging
CollectionView display messages backwards
I'm trying to create a replicate of WhatsApp in .NET 10 MAUI. I have the list of messages: the newest one at the bottom of the list and the old at the top. For this implementation, I use a…
Developer technologies | C#
Issue to Web API
Hi, How to deploy Web API on the server and ensure it is able to process any concrete request from the client app?
Developer technologies | C#
How can I make screenshots and videos in the correct resolution from my game so that I can add them to the App Store?
I have already tried to make a short video from my game. My iPaid Air was connected to my MacBook Air and I have played my game on my iPad Air and simultaneously I recorded a video with the QuickTime player. The video has the following…
Developer technologies | .NET | .NET MAUI
The process cannot access the file because it is being used by another process
I run console app in .NET 9 that has reference to netstandard2.1 class library. The console run in sequence series of commands (input of .KMZ file) in class library. The first running is passed bot for all others I got" "The process cannot…
Developer technologies | C#
Failed to register container type on local tenant when adding new guest app.
A "registration failed" error occurred when trying to add new guest app into existing sharepoint embedded container type. Below is the exact error message on VScode : "failed to register container type DeepBillableContainer on local…
Developer technologies | Visual Studio | Extensions
need help with error codes showing in description
Developer technologies | Visual Studio | Extensions
Adding a11y support in UWP JavaScript/React based app
Hi I am looking to add support for a11y/TTS in a UWP JS/React based app. I wanted to confirm whether the correct method for integrate with the screen reader would be adding aria attributes to the relevant components. If not what would be the preferred…