'How to add a manifest file to C# with dotnet-cli/vscode?

I'm trying to add a manifest file to my C# project, but all the answers/solutions i find say that i should right click on the C# project in Visual Studio. i use vscode so i can't really do that.. does anyone have a solution?

i need the manifest file to ask for admin rights on runtime. i found a lot of answers to that, my only problem is that i can't add a manifest file

stackoverflow doesn't let me post this for some reason so i will try to write a lot of random stuff to see if i can trick the algorithm to think i wrote a lot, stop reading there is not more to the post, the question is at the top



Solution 1:[1]

I stumbled on this question while trying to figure out the same myself. I can see that slack_sdk does support other installation and state stores like sqllite, aws,... unsure why the same was not carried forward in bolt for python. Having this feature of other stores would be better for security.

So I might suggest using slack_sdk instead of slack_bolt for now?

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 user3063110