Bob Archer

Results 11 comments of Bob Archer

It seems like there are several options. I guess the question is, what is the expectation of this segment? Is it to show you what dotnet cli version you would...

@JanDeDobbeleer Ok, my expectation was that when I cd into a folder with .net code, it would show up and would show what version is being used by/for that project....

I think it's also possible to code .net without a solution or project. Probably the exception to the rule though, since msbuild really needs at least a project file afaik.

Add my voice to this suggestion. The way MySQL does it is, any .sql scripts you mount into /docker-entrypoint-initdb.d/ get run in the order they are mounted. It's really nice...

> @PilotBob Please advice how you change the project name and namespaces. do you have a special way of doing that? Search and replace. :)

Just a thought here. Since generally the endpoint is nothing more than taking the HTTP request, mapping to the command (which aspnet does for you) and sending the command or...

I get the same behavior. I tried to add -log to the shortcut but it didn't seem to like that. I have settings Single Instance Mode Quake Style slide down...

> okay, after spending a little time I found this solution use a CMD task with follwoing command `node ".\node_modules\webpack\bin\webpack.js" --json --mode production --output-path "$(Build.BinariesDirectory)\dist"` So you solution was not...

> how about the bitbucket package registry? Not sure why this didn't quote what I replied to. Was replying to @jakecolman-dpi most git repo hosting now include package registries, including...