330 questions with .NET CLI-related tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

How to prebuild C# generics before runtime

Hi, Currently, C# generics are built at runtime. First time, generics execution is very slow because runtime compilation. How to avoid runtime compilation...how to get target x64 or x86 binaries where generics are already compiled to native binary. …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,900 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
330 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.
10,660 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,142 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,853 questions
asked 2021-01-14T14:45:11.157+00:00
vb 276 Reputation points
commented 2021-02-03T17:40:16.69+00:00
vb 276 Reputation points
2 answers

.NET CORE CLI for building regular .net applications

Hi, We are using visual studio 2017 and TFS with TeamFoundationVersion Control. We are trying to automate build and deployment using TFS continuous integration and continuous deployment. As part of CI, we were using MSBuild to build ASP.net…

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
330 questions
asked 2021-01-07T23:05:49.49+00:00
Spunny 326 Reputation points
commented 2021-02-02T20:50:26.603+00:00
Spunny 326 Reputation points
4 answers One of the answers was accepted by the question author.

Displaying Emoji on Console Program - VB.Net

Dear Friends, I want to display an Emoji on my console program - Not the one like " :-) " but a real one like ![49629-smiling-face.png][1] [1]: /api/attachments/49629-smiling-face.png?platform=QnA Can you please let me know how to do it? …

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
330 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,672 questions
asked 2020-12-19T17:14:30.45+00:00
VKSB 236 Reputation points
commented 2020-12-24T01:41:22.567+00:00
WayneAKing 4,921 Reputation points
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,411 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
330 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,716 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
330 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 83,286 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.
330 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.
10,660 questions
asked 2020-11-29T14:37:06+00:00
baget 221 Reputation points
answered 2020-12-11T01:21:40.713+00:00
Manodasan Wignarajah 11 Reputation points
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.
330 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,672 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.
330 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,853 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,421 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.
330 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.
10,660 questions
asked 2020-11-20T06:49:28.85+00:00
Xie Steven 811 Reputation points
commented 2020-12-04T02:08:06.367+00:00
Xie Steven 811 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,716 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
330 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.
10,660 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,142 questions
asked 2020-11-27T10:15:43.607+00:00
vb 276 Reputation points
commented 2020-11-28T13:25:33.913+00:00
vb 276 Reputation points