347 questions with .NET CLI-related tags

Sort by: Updated
1 answer

PowerShell web API

How does one create a PowerShell web API using the dotnet 5 SDK?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,815 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
347 questions
asked 2020-12-04T22:48:23.44+00:00
Ayan Mullick 66 Reputation points
commented 2020-12-17T15:34:24.197+00:00
Ayan Mullick 66 Reputation points
2 answers

User global hook to monitor the Open/Read/Modify operations of a file.

Hi, I have a question about Windows API during the development of desktop app. I want to monitor the operation of files, and get the operation information of a target file in the system. I have already known that it can be achieved by…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,853 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
347 questions
asked 2020-12-11T05:36:05.013+00:00
Zhu Jeremy 1 Reputation point
commented 2020-12-15T11:17:57.137+00:00
Castorix31 88,381 Reputation points
3 answers

Console App (Non UWP) with CS/WinRT

Hi I have created a Console App (NonUWP) that use CS/WinRT I was able to access WinRT API like Windows.Devices.Custom but the problem is that await is not working for me, I'm getting errors. i can worked around it using GetResults() but it is…

Universal Windows Platform (UWP)
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
347 questions
C#
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,418 questions
asked 2020-11-29T14:37:06+00:00
baget 221 Reputation points
answered 2020-12-11T01:21:40.713+00:00
Manodasan Wignarajah 96 Reputation points Microsoft Employee
14 answers One of the answers was accepted by the question author.

What is this error (process 16500) exited with code -1073740940. ?

Hi, When I build my small Visual Basic Console program I get this message on the console; " H:\My Program Projects MS VS 2019 Community\Swe_Version Function Testing\bin\Debug\netcoreapp3.1\Swe_Version Function Testing.exe (process 16500)…

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
347 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,827 questions
asked 2020-12-08T11:59:07.78+00:00
VKSB 236 Reputation points
accepted 2020-12-09T19:34:42.053+00:00
VKSB 236 Reputation points
1 answer

force ado pipeline to let command line task finish until program closes itself

i am running a command line task, an exe file that logs into an external server, then uploads a packaged version of the built project. When I run this exe outside of ADO (by running from c:/agent/_work/2/s/[PATH TO COMMAND] , the program runs fine and…

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
347 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
43,320 questions
asked 2020-12-09T14:53:48.967+00:00
wvaughn4 1 Reputation point
answered 2020-12-09T15:26:07.713+00:00
tbgangav-MSFT 10,431 Reputation points
1 answer One of the answers was accepted by the question author.

How to make edge browser show in front of my UWP app?

Hello, This issue was related to UWP app and c# console application. I made a simple server by using c# console application. And my UWP will run in full-screen mode and connect to it. My console application will start a process to open the edge…

Universal Windows Platform (UWP)
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
347 questions
C#
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,418 questions
asked 2020-11-20T06:49:28.85+00:00
Xie Steven 831 Reputation points
commented 2020-12-04T02:08:06.367+00:00
Xie Steven 831 Reputation points
1 answer One of the answers was accepted by the question author.

How to prevent ComImport interface function reordering?

Hi! I have strange problem while writing c# ComImport interface. Same name functions are reordered!? Example.... In C++ IDCompositionVisual function order is: STDMETHOD(SetOffsetX)(THIS_ float offsetX ) PURE STDMETHOD(SetOffsetX)(THIS_ In…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,853 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
347 questions
C#
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,418 questions
.NET Runtime
.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,221 questions
asked 2020-11-27T10:15:43.607+00:00
vb 286 Reputation points
commented 2020-11-28T13:25:33.913+00:00
vb 286 Reputation points