ctaggart / froto

Froto: F# Protocol Buffers
MIT License
146 stars 27 forks source link

TypeProvider.Tests failing to build on travis-ci #75

Closed ctaggart closed 6 years ago

ctaggart commented 6 years ago

travis ci failing to build TypeProvider.Tests

https://github.com/ctaggart/froto/pull/74

takemyoxygen commented 6 years ago

@ctaggart I hope I will have some time in the coming week to have a look at the failed build.

ctaggart commented 6 years ago

I woke up this morning thinking we may be able to use dotnet on Travis if that helps instead of Mono, unless we want to test for Mono compatibility of course.

ctaggart commented 6 years ago

As of #76, I've replaced mono with dotnet. In #74, Travis is not building the TypeProvider or its tests. In #74, I recommended that we wait for TypeProviders to support .NETStandard.