You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the template package generated on unix fails the integration tests
During template package install (dotnet new -i)
Error reading template from file: /ClassLibrary-FSharp/.template.config/template.json | Error = After parsing a value an unexpected character was encountered: a. Path 'symbols.FalanxJsonCodec.value', line 62, position 40.
To Reproduce
run the template integration tests on unix
Environement
OS: unix azure pipelines, on windows is ok
Additional context
on windows works
The text was updated successfully, but these errors were encountered:
enricosada
added a commit
to enricosada/falanx
that referenced
this issue
Jan 3, 2019
tests fails with
```
Error reading template from file: /ClassLibrary-FSharp/.template.config/template.json | Error = After parsing a value an unexpected character was encountered: a. Path 'symbols.FalanxJsonCodec.value', line 62, position 40.
```
so near the escape of double quote of all
```
"value": "(FalanxCodecFormat == \"all\" || FalanxCodecFormat == \"binary\")"
```
ref jet#105
remove hardcoded value, less maintenance
skip template integration tests on unix/mac, tests fails with
```
Error reading template from file: /ClassLibrary-FSharp/.template.config/template.json | Error = After parsing a value an unexpected character was encountered: a. Path 'symbols.FalanxJsonCodec.value', line 62, position 40.
```
so near the escape of double quote of all
```
"value": "(FalanxCodecFormat == \"all\" || FalanxCodecFormat == \"binary\")"
```
ref #105
the template package generated on unix fails the integration tests
During template package install (
dotnet new -i
)To Reproduce
run the
template
integration tests on unixEnvironement
Additional context
on windows works
The text was updated successfully, but these errors were encountered: