55,937 questions with Developer technologies-related tags

Sort by: Updated
1 answer

I get the message Edge-to-edge may not display for all users when I upload my game to Google Play Console

I have uploaded my game to Google Play Console Production and I get the message "3 actions recommended" in the Release dashboard: Edge-to-edge may not display for all users From Android 15, apps targeting SDK 35 will display edge-to-edge by…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-18T21:09:30.4333333+00:00
Kim Strasser 2,556 Reputation points
edited a comment 2026-05-19T10:17:04.9133333+00:00
Nancy Vo (WICLOUD CORPORATION) 4,190 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Warning NU1608: Detected package version outside of dependency constraint: Xamarin.AndroidX.DataStore.Android 1.2.0.2 requires Xamarin.AndroidX.DataStore.Core.Android (>= 1.2.0.2 && < 1.2.1)

I get these warnings after updating my NuGet packages: warning NU1608: Detected package version outside of dependency constraint: Xamarin.AndroidX.DataStore.Android 1.2.0.2 requires Xamarin.AndroidX.DataStore.Core.Android (>= 1.2.0.2 && <…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-04-28T08:08:12.5566667+00:00
Kim Strasser 2,556 Reputation points
commented 2026-05-19T09:48:51.5633333+00:00
Kim Strasser 2,556 Reputation points
2 answers

how to get the min value of IEnumerable?

what I want to do is to make the Y begin from 0 and I get the min value and then - min value but I get - value. which is not right.

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,806 questions
asked 2026-05-19T04:19:29.0633333+00:00
mc 7,006 Reputation points
answered 2026-05-19T08:54:09.85+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,945 Reputation points Microsoft External Staff
2 answers

in visual studio 2026 how do i turn off automatic updates

in visual studio 2026 how do i turn off automatic updates

Developer technologies | Visual Studio | Setup
asked 2026-03-26T10:18:40.1233333+00:00
Ron Baker 5 Reputation points
commented 2026-05-19T08:34:12.68+00:00
Lizzy Dinh (WICLOUD CORPORATION) 445 Reputation points Microsoft External Staff Moderator
2 answers

C++ Argument Return

Have a function in C++ with three input arguments. When I call the function with three arguments, I return the 3 argument values in the function but it does not return into the original arguments used in the function call sequence. Example: float…

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,064 questions
asked 2026-05-14T00:19:34.9433333+00:00
Sid Kraft 41 Reputation points
commented 2026-05-19T08:16:33.4466667+00:00
Jack Dang (WICLOUD CORPORATION) 18,145 Reputation points Microsoft External Staff Moderator
1 answer

How to remove the space on the left side of the editor in Visual Studio

How to remove the space on the left side of the editor in Visual Studio? How to remove the space on the left side of the editor in Visual Studio? How to remove the space on the left side of the editor in Visual Studio?

Developer technologies | Visual Studio | Setup
asked 2026-05-14T14:44:22.9333333+00:00
家星 魏 0 Reputation points
commented 2026-05-19T08:14:33.14+00:00
Lizzy Dinh (WICLOUD CORPORATION) 445 Reputation points Microsoft External Staff Moderator
1 answer

how to get the height of 1 pixel in winform?

I am using winforms and .net 10.0. I want to get the height of 1 pixel in bitmap. so I can get the MesureString height and I know there will be which pixels.

Developer technologies | Windows Forms
asked 2026-05-19T06:53:17.6966667+00:00
mc 7,006 Reputation points
answered 2026-05-19T07:58:33.9433333+00:00
Jack Dang (WICLOUD CORPORATION) 18,145 Reputation points Microsoft External Staff Moderator
2 answers

How do I skip the first Visual Studio 2026 installation screen?

Hello. Given that the internet in my country is weak, I downloaded the full version of Visual Studio from my country's sites to install it, which was about 60 gigabytes of compressed file, and after running the program setup file, the installation window…

Developer technologies | Visual Studio | Setup
asked 2026-05-19T06:41:18.22+00:00
Armin 0 Reputation points
edited an answer 2026-05-19T07:58:14.17+00:00
Leon Tran (WICLOUD CORPORATION) 1,820 Reputation points Microsoft External Staff Moderator
2 answers

TCP Listener on Localhost causes application to crash Start() without any exception being thrown

I have a use case where I am creating a TCP listener on Localhost with a specific portnumber. However , in x86 , the app crashes when I try to start the listener (i.e., listener.Start()). There is no exception being thrown and I have determined that the…

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,806 questions
asked 2026-05-15T10:31:22.0333333+00:00
Anuran Gupta 0 Reputation points
commented 2026-05-19T07:52:05.45+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,945 Reputation points Microsoft External Staff
2 answers

Optional Packages Persist After Windows Store App Reset

After resetting a Windows Store app through App Settings, optional packages installed as dependencies continue to persist in the system. These "ghost packages" remain functional and accessible via PackageManager APIs but are not visible in App…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-05-18T17:41:53.77+00:00
Diogo Costa Maranhao Rodrigues 120 Reputation points
edited an answer 2026-05-19T07:50:19.8766667+00:00
Jay Pham (WICLOUD CORPORATION) 3,690 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

How to reduce JPEG file size after compressing images using C# System.Drawing in .NET 6?

I am building a web application on Azure App Service using .NET 6 and the System.Drawing.Common library. I need to upload and compress multiple JPEG images that users submit via a form. Currently, I am using the Image.Save() method with Encoder.Quality…

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,806 questions
asked 2026-05-11T05:37:43.6833333+00:00
Shakeel khan 25 Reputation points
edited the question 2026-05-19T07:45:14.21+00:00
Alexandra Tanasescu 0 Reputation points Moderator
2 answers

Visual Studio Marketplace Extension - delete own accidental review

Ich habe auf Visual Studio Marketplace versehentlich für meine eigene Extension eine Berwetung (Review) abgegeben. Wie kann ich diese wieder löschen?

Developer technologies | Visual Studio | Extensions
asked 2026-05-15T15:35:05.5533333+00:00
Claus Falkenstein 0 Reputation points
answered 2026-05-19T07:22:00.8333333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,280 Reputation points Microsoft External Staff
1 answer

.NET v6 deprecation and Windows Server 2022 images

I created a new Windows Server 2022 VM to replace my old Windows Server VM. However, when I ran dotnet --info on the new VM, it said that it had .NET 6: C:\Users\DCAdmin>dotnet --info global.json file: Not found Host: Version: 6.0.42 …

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,171 questions
asked 2026-05-19T00:54:38.3266667+00:00
Teresa Appelgate (Aquent LLC) 1 Reputation point Microsoft External Staff
edited an answer 2026-05-19T07:15:25.8433333+00:00
Damien Pham (WICLOUD CORPORATION) 1,755 Reputation points Microsoft External Staff Moderator
4 answers

What Is the Actual Maximum Argument Length for Process.Start?

Description I am trying to determine the actual argument length limits when using Process.Start and ProcessStartInfo in .NET. I found the following references: Microsoft documentation for ProcessStartInfo.Arguments Property :…

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime

.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.

1,322 questions
asked 2026-05-07T10:48:46.41+00:00
Researcher 76 Reputation points
commented 2026-05-19T05:59:50.25+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,280 Reputation points Microsoft External Staff
2 answers

Unable to install .net

I try install .net framework on my windows server 2019 but got below error even i have permission on the folde Then i try to extract the exe file and run the setup file and got below error. Try running netfx_core_x64 and got below error. Anyone know how…

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime

.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.

1,322 questions
asked 2026-05-18T13:14:32.6466667+00:00
Handian Sudianto 7,116 Reputation points
answered 2026-05-19T04:21:26.3966667+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,865 Reputation points Microsoft External Staff Moderator
2 answers

When you adjust the fontsize on ios it squashes the labels together and makes the containing text bigger than the collectionview

Hi there This is a MAUI problem: We have just seen a problem on iPhone 16 Pro Max, we adjusted the fontsize to be more than the standard and it caused the label text to get bigger, as expected. But now the Labels bleed into each other and they are…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-13T12:28:30.3666667+00:00
Jai Holloway 65 Reputation points
commented 2026-05-19T04:15:09.13+00:00
Nancy Vo (WICLOUD CORPORATION) 4,190 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

Unable to open a windows form in visual studio community 2026/ visual basic

Could not find a part of the path…

Developer technologies | Windows Forms
asked 2026-05-14T15:27:18.1866667+00:00
Dave Willadsen 20 Reputation points
accepted 2026-05-18T21:55:16.6933333+00:00
Dave Willadsen 20 Reputation points
1 answer

Azure durable functions are not invoked when used with Q trigger using managed identity

Working with managed identity with durable functions and is working fine. Once we add the Q trigger function with the same storage account using managed identity then the things are not working. Issue is the durable functions are not getting invoked and…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,457 questions
Azure Managed Applications
Azure Managed Applications

An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.

216 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,806 questions
asked 2024-07-31T09:41:02.9333333+00:00
Anuraj Rajagopal 0 Reputation points
answered 2026-05-18T19:30:12.16+00:00
Amira Bedhiafi 41,641 Reputation points MVP Volunteer Moderator
2 answers

Dynamically Resizing Models

Hello everyone and thanks for the help in advance. I'm trying to think through a solution for a calendar application. The model for the appointment table looks like: public class tblAppointments { public int ID { get; set; } …

Developer technologies | ASP.NET Core | Other
asked 2026-05-12T23:13:19.0233333+00:00
Kmcnet 1,356 Reputation points
commented 2026-05-18T19:16:27.93+00:00
Kmcnet 1,356 Reputation points
2 answers One of the answers was accepted by the question author.

Updating an ASP.NET Core web application with Serilog to Azure.Monitor.OpenTelemetry.AspNetCore

I am migrating an application from on-premises to Azure and could use some guidance on how to address the changes with correlation id handling. Currently, I use the same pattern utilized in stevejgordon/CorrelationId and update the log format string in…

Developer technologies | ASP.NET Core | ASP.NET API
asked 2026-05-15T13:23:09.0766667+00:00
ritmo2k 911 Reputation points
commented 2026-05-18T13:55:05.0033333+00:00
ritmo2k 911 Reputation points