RehanSaeed / rehansaeed.github.io

Muhammad Rehan Saeed's Blog
https://rehansaeed.com
30 stars 6 forks source link

[Comment] The Dotnet Watch Tool #121

Open RehanSaeed opened 4 years ago

RehanSaeed commented 4 years ago

https://rehansaeed.com/the-dotnet-watch-tool/

RehanSaeed commented 4 years ago

Duncan Duncan commented on 2016-09-12 12:07:36

Useful article! What tool do you use for your blog as it looks clean and efficient?!

RehanSaeed commented 4 years ago

Muhammad Rehan Saeed Muhammad Rehan Saeed commented on 2016-09-13 08:38:15

Useful article! What tool do you use for your blog as it looks clean and efficient?!

It's Nami WordPress (So I can run on Azure with SQL Server) with a Themify theme.

RehanSaeed commented 4 years ago

Andrew Lock Andrew Lock commented on 2016-09-15 09:07:26

Great post - I've generally been using the watcher tool from the command line for all my core work, hooking into the launcher tool makes so much sense!

RehanSaeed commented 4 years ago

Muhammad Rehan Saeed Muhammad Rehan Saeed commented on 2016-09-15 11:14:37

Great post - I've generally been using the watcher tool from the command line for all my core work, hooking into the launcher tool makes so much sense!

Watching the command line just helps so much with debugging sometimes.

RehanSaeed commented 4 years ago

Mike-EEE Mike-EEE commented on 2016-09-27 18:23:43

Nice article! BTW, you made The Week in .NET: https://blogs.msdn.microsoft.com/dotnet/2016/09/27/the-week-in-net-on-net-on-orchard-2-mocking-on-core-storyteller-armello/

RehanSaeed commented 4 years ago

Muhammad Rehan Saeed Muhammad Rehan Saeed commented on 2016-09-28 08:36:53

Nice article! BTW, you made The Week in .NET: https://blogs.msdn.microsoft.com/dotnet/2016/09/27/the-week-in-net-on-net-on-orchard-2-mocking-on-core-storyteller-armello/

Cool, thanks for the heads up!

RehanSaeed commented 4 years ago

Manoj Kulkarni Manoj Kulkarni commented on 2016-11-04 05:34:09

Great post. Thank you

RehanSaeed commented 4 years ago

Danial Danial commented on 2016-11-21 10:06:54

Thanks for the great article! thumbs up

RehanSaeed commented 4 years ago

saillesh Pawar saillesh Pawar commented on 2017-02-15 19:57:15

Excellent post was thinking how useful it would be if I can do the same visual studio glad you have already done, learned how Visual Studio to launch our application and controls what happens when we hit f5.

RehanSaeed commented 4 years ago

saillesh Pawar saillesh Pawar commented on 2017-02-15 20:21:28

Hi Rehan while executing the dotnet watch launch profile i am getting below error:

watch : Could not find a MSBuild project file in 'project name'. Specify which project to use with the --project option.

RehanSaeed commented 4 years ago

Muhammad Rehan Saeed Muhammad Rehan Saeed commented on 2017-02-16 10:14:00

Hi Rehan while executing the dotnet watch launch profile i am getting below error:

watch : Could not find a MSBuild project file in 'project name'. Specify which project to use with the --project option.

You need to hit Ctrl+F5 to use dotnet watch run.

RehanSaeed commented 4 years ago

Jasonlhy Jasonlhy commented on 2017-02-28 06:55:02

Cool, thanks a lot. But it seems that the port number cannot be specified now

RehanSaeed commented 4 years ago

Muhammad Rehan Saeed Muhammad Rehan Saeed commented on 2017-02-28 11:05:47

Cool, thanks a lot. But it seems that the port number cannot be specified now

What do you mean? Seems to work fine for me. Are you sure you have not hard coded the port number in Program.cs?