single-file Questions

1

Solved

I have a .NET 7.0 web-app that I want to publish as a singlefile including all the content of its 'wwwroot' folder and the 'web.config'. I am trying to publish with dotnet publish -c Release -r win...
Science asked 13/1, 2023 at 9:31

12

Solved

I have a Git repository and I'd like to see how some files looked a few months ago. I found the revision at that date; it's 27cf8e84bb88e24ae4b4b3df2b77aab91a3735d8. I need to see what one file loo...
Talky asked 4/3, 2009 at 11:43

12

Solved

I have a Git repository and I'd like to see how some files looked a few months ago. I found the revision at that date; it's 27cf8e84bb88e24ae4b4b3df2b77aab91a3735d8. I need to see what one file loo...
Beryl asked 4/3, 2009 at 11:43

12

Solved

I have a Git repository and I'd like to see how some files looked a few months ago. I found the revision at that date; it's 27cf8e84bb88e24ae4b4b3df2b77aab91a3735d8. I need to see what one file loo...
Kramlich asked 4/3, 2009 at 11:43

7

I'm learning C++ out of a book and using Visual Studio 2012. In order to follow the book's exercises, I need to make multiple .cpp files with the main() function inside them. Is there any way I can...
Alight asked 18/5, 2013 at 16:28

1

Solved

Trying to deploy a console-application written in .Net 5 with log4net as a single-file. Running deployed application throws exception. Steps to reproduce dotnet new console --name TestConsole --la...
Bovill asked 20/11, 2020 at 12:2

1

Solved

I have a little problem with single file executable publish with .NET 5. Infact, it does not include all libraries in the executable file, and produces multiple files. In my example I'm using a lib...
Gregorygregrory asked 10/11, 2020 at 23:26

1

I'm trying to mount a single file from a Docker volume in a container when using "docker run". I've been able to mount an entire volume as a directory, e.g: docker run -v my_volume:/root/volume m...
Vevine asked 11/4, 2016 at 12:48

1

This might sound like a very weird question, but I do need this: I have a bunch of c++ header files (from some header-only libraries) and a single cpp file. What I'd like to do is generate a single...
Dorison asked 14/1, 2016 at 3:21

3

Solved

I am working on an open source backup utility that backs up files and transfers them to various external locations such as Amazon S3, Rackspace Cloud Files, Dropbox, and remote servers through FTP/...
Bechtel asked 4/3, 2011 at 23:29
1

© 2022 - 2024 — McMap. All rights reserved.