How to sign ClickOnce artifacts when using Google Cloud KMS for code signing?
I've successfully done code signing using Google Cloud KMS and jsign for executable files, but I'm unable to sign ClickOnce manifest files. Current Setup Certificate: Code signing certificate from Sectigo (in .crt format) Private Key: Stored in Google…
Developer technologies | Windows Forms
Receiving 502 from backend App registered on Azure. No App insight logs found
Hello, Looks like our backend app registered in Azure is not responding. We are unable to assess as there are no logs in app insights after certain time. We even restarted the app service but it seems to have no effect and everything on the app is…
Developer technologies | ASP.NET | ASP.NET API
Save token in Database
Hi, I am using Microsoft.EntityFrameworkCore (Version 8.0.6) + Microsoft.AspNetCore.Identity.EntityFrameworkCore(Version 8.0.6) + Npgsql.EntityFrameworkCore.PostgreSQL (Version 8). By using these packages, Is Identity Frmaework have any…
Developer technologies | ASP.NET | ASP.NET API
.NET MAUI Collection View Scroll not working WInUI(Windows app)
In my .NET MAUI mobile application, scrolling works fine on both Android and iOS. However, it does not work on WinUI. In some parts of the app, I used ListView, and scrolling works properly on WinUI. But when using CollectionView, scrolling is not…
Developer technologies | .NET | .NET MAUI
We are facing .NET MAUI deployment issues, need some help.
Hello Community, We are trying to get our VS Xamarin App migrated to .NET (9) MAUI. Build for each sub project and main entire project fails with the following error. Need some help to get our app going from Xamarin forms to MAUI. Unable to get…
Developer technologies | .NET | .NET MAUI
Local Copilot Memory via Dynamic BitLocker Partition on Windows
📋 Details Hello Microsoft team, I’d like to propose a feature that could significantly enhance privacy, continuity, and personalization for Copilot users on Windows: a local memory system stored in a dynamically sized BitLocker-encrypted partition. 🔐…
Developer technologies | Universal Windows Platform (UWP)
NavigatedToEventArgs
Environment: MAUI app for Android. When I navigate to a certain page, I would like to know what was the previous page. I therefore tried: protected override void OnNavigatedTo(NavigatedToEventArgs args) { base.OnNavigatedTo(args); …
Developer technologies | .NET | .NET MAUI
Disabling autocompletion from spacebar in VS 2022
This problem is maddening and the only thing I've found is that 2019 isn't going to see a fix for it. I found a couple listed fixes for earlier versions to remove the spacebar from the list of keys that trigger autocomplete but not even a mention of the…
Developer technologies | Visual Studio | Debugging
Microsoft Defender Graph API: Only Device Score Retrieved, Others Are Zero — Why?
Hi everyone, I'm using the Microsoft Graph API (Security > Secure Scores endpoint) to retrieve category-wise scores (Device, Identity, Apps, Data) from Microsoft Defender for Endpoint. I'm successfully getting the Device Score, but the values for App…
Developer technologies | Visual Studio | Debugging
How might the .NET CLI be adapted for better accessibility across screen readers and speech-to-text tools?
Is command output readable, and are error messages clearly structured for assistive tech users?
Developer technologies | .NET | .NET CLI
My report does not populate with the correct data when i change parameters. How do I fix this?
Changed my times, but page does not update with correct batch start time. SQL tables are correct.
Developer technologies | Visual Studio | Testing
Visual studio installation error.
I am not able to install visual studio enterprise 2022 in my VM offline. getting an Error stating. need to connect with Internet connection. I did some research on the logs and found. there is error a certificate validation. Need your assistance to…
Developer technologies | Visual Studio | Setup
Please reset my developer account & free phone #
I signed up for the Microsoft 365 Developer Program using the email **PII removed**, selected Personal Use by mistake, and did not receive a sandbox tenant. I have since tried to create a new developer account with a new email, but now I’m blocked from…
Developer technologies | C++
Get error deploying to analysis services via VS 2022 Community to SQL 2019
Hello All, Hope you can help. I get an error trying to deploy my tabular package to SQL 2019 from VS 2022 community. I get a JIT error
Developer technologies | Visual Studio | Debugging
System.ArrayTypeMismatchException when using System.Text.Json with .NET Framework 4.7 in MSTest
Hi, I'm currently using .NET Framework 4.7 along with MSTest (all packages are up to date). I'm trying to deserialize a JSON string using System.Text.Json as shown below: using System.Text.Json; private static JsonSerializerOptions GetOptions() { …
Developer technologies | .NET | Other
How to turn off C# Auto Formats on Enter in VSCode
When I press enter in VSCode with the C# extension, it simply reformats all my code. I can't find any setting to toggle this behavior off. Before: After. All I need it to do is go to the next line.
Developer technologies | C#
ETL UI not papering with Visual Studio 2022 or 2019
We have implemented the Data Warehouse in SQL server and That ETL view through Visual studio . It was working properly and now when open the .dtsx file with visual studio UI not loading just load the code.
Developer technologies | Visual Studio | Setup
Can we capture SharePoint/OneDrive user IP addresses via Microsoft Graph?
Hi team, I’d like to ask whether it’s possible to retrieve the IP address of a user accessing SharePoint or OneDrive using Microsoft Graph API, given the following permissions: User.Read.All Mail.Read Sites.Read.All Files.Read.All I’m aware that for…
Developer technologies | C#
Exception thrown: 'System.NotImplementedException' in Plugin.BLE.dll Exception thrown: 'System.NotImplementedException' in Plugin.BLE.dll An exception of type 'System.NotImplementedException' occurred in Plugin.BLE.dll but was not handled in user code
I am migrating my project from Xamarin forms to Maui.In my project we have Bluetooth functionality implemented using Plugin.BLE. We didn't used Plugin.BLE nuget package instead we used plugin.Ble source code like projects . We are adding those projects…
Developer technologies | .NET | .NET MAUI
WIshing to know if migrating an old vb.net (version 4.8) website to Azure is possible.
We have a clients website that seems to be running on .net framework version 4.8. It seems for this version it needs to be hosted on a windows server. The files are about 522 Mb and there is an associated MS SQL database with 3 or 4 tables, the largest…