Re: Blazor deploy error

2022-07-05 Thread Greg Keogh
> > https://blog.greglow.com/2018/02/13/opinion-theres-plague-need-stop/ > Ha! I owe you a drink. I thought I was crazy, but I'm relieved to know I'm not alone -- *GK* >

RE: Blazor deploy error

2022-07-05 Thread Dr Greg Low
https://blog.greglow.com/2018/02/13/opinion-theres-plague-need-stop/ Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile SQL Down Under | Web: https://sqldownunder.com | About Greg: https://about.me/greg.low From: Greg Keogh via

Re: It's that time of year - F#

2022-07-05 Thread Greg Keogh
> > [cut] > ...Language Service Protocol (LSP) for sharing across VS and VS Code. > Now that's an interesting subject I didn't know about. Language Server Protocol * Official Page

Re: Blazor deploy error

2022-07-05 Thread mike smith
Unhappy memories of "redo from start" On Wed, 6 July 2022, 12:15 Greg Keogh via ozdotnet, wrote: > After hours of ruling out a mistake on my part, or some change in the > compile and hosting options, the only thing left is the tooling. Adjusting > my searches slightly and haphazardly, I finally

Re: Blazor deploy error

2022-07-05 Thread Greg Keogh
After hours of ruling out a mistake on my part, or some change in the compile and hosting options, the only thing left is the tooling. Adjusting my searches slightly and haphazardly, I finally stumbled upon this post from a few weeks ago. Some are

Re: Blazor deploy error

2022-07-05 Thread Greg Keogh
> > Sorry, perhaps dumb question, but what does it say in the Output window? > It says "dotnet.exe command failed due to build errors". But there are no errors at all anywhere I look. I just carefully compared my failing app to a newer smaller one that works, and I noticed that the old targets

RE: Blazor deploy error

2022-07-05 Thread Dr Greg Low
Sorry, perhaps dumb question, but what does it say in the Output window? Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile SQL Down Under | Web: https://sqldownunder.com | About Greg: https://about.me/greg.low From: Greg Keogh via

Blazor deploy error

2022-07-05 Thread Greg Keogh
Folks, I've been trying to deploy a Blazor app from Visual Studio 2022 for hours without success. I'm doing the usual right-click-publish that I've been doing for about a year, but yesterday it stopped working, and even this morning with a fresh mind I cannot make any progress. I've changed the

Re: It's that time of year - F#

2022-07-05 Thread David Kean
Side note, Roslyn's lack of support for F# is not the lack of tail calls, it's the symbol/syntax model isn't designed for a language that doesn't look like C# or VB. Roslyn does provide higher level features for F# (and Typescript) around diagnostics and workspace/file views but that's being