TP Template does not build on Mono
See original GitHub issueDescription
TP created from the template does not build on macOS
/mono
.
Repro steps
Please provide the steps required to reproduce the problem
dotnet new -i FSharp.TypeProviders.Templates
dotnet new typeprovider -n LemonadeProvider -lang F#
cd LemonadeProvider
mono .paket/paket.exe update
dotnet build -c release
Expected behavior
Project should compile
Actual behavior
Analysis
This is looks very strange for me, because fsharp.typeproviders.templates.5.0.0.nupkg
contains netfx.props
file and fsproj
files import it.
but dotnet new typeprovider -n LemonadeProvider -lang F#
creates a folder without netfx.props
and without imports.
Related information
- Operating system =
macOS Mojave (10.14)
.NET Core 2.1.401
,Mono 5.12.0.301
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Monogame Template Wont Compile
So I'm using Visual Studio Community 2017 and MonoGame 3.7.1. All templates load fine, and Im able to start any thats not the...
Read more >T4 templates not transformed during build
A custom tool 'TextTemplatingFilePreprocessor' is associated with file 'Templates\ModelTemplate.tt', but the output of the custom tool was not ...
Read more >T4 template will not transform with build
I can get my T4 template to generate a file by: right click [tt file] | run Custom tool. That works great! (yay...
Read more >Can't run T4 Template (Could not find standard assembly
I've installed mono, which is working correctly (I can run a hello world) ... Build the project, then select 'Run Template' from the...
Read more >Dotnet restore vs nuget restore. Share. In my code repo, there
NET Framework and Windows-only, dotnet build is . nuget\packages) is considered a source not a cache. run dotnet restore on this solution through...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you @sergey-tihon !
Fixed in v5.1.0