Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

template on unix fails tests #105

Open
enricosada opened this issue Jan 3, 2019 · 0 comments
Open

template on unix fails tests #105

enricosada opened this issue Jan 3, 2019 · 0 comments
Assignees

Comments

@enricosada
Copy link
Contributor

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

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
@enricosada enricosada self-assigned this Jan 3, 2019
enricosada added a commit that referenced this issue Jan 3, 2019
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant