Updating to 3.1.89 breaks the build
See original GitHub issueI just updated my repo https://github.com/spoiledcat/UnityTools to 3.1.89 and the build breaks while parsing previous commits to the version.json file:
error MSB4018: Newtonsoft.Json.JsonReaderException: After parsing a value an unexpected character was encountered: ". Path 'pathFilters[13]', line 18, position
The version.json file in question is https://github.com/spoiledcat/UnityTools/blob/ba88c9c240bc52c2b425677f8a4a3fea51f01c74/src/version.json
I suspect that the changes in https://github.com/dotnet/Nerdbank.GitVersioning/pull/465 is the culprit, which is a shame, I could really use it 😛
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
OS 10.11.4 broke all of my applications...
I just updated my Macbook Pro and my Mac Pro to OS 10.11.4. On my laptop, everything seems to be fine. On my...
Read more >Java client library
Serverless change data capture and replication service. ... Universal package manager for build artifacts and dependencies. ... Continuous integration and ...
Read more >[Testing Update] 2022-07-17 - Kernel 5.18, Octopi, Haskell, ...
Hello community, Another testing branch update with some usual updates for you. Checkout the store now for next weekend with free shipping!
Read more >CodeWarrior Development Studio for Microcontrollers V10. ...
CodeWarrior Development Studio for Microcontrollers V10.x HC(S)08 Build Tools ... 7.2.3.1.89 -V: Prints the Compiler ... That is, moving one slider updates.
Read more >Database Description and User Guide for Phase 2 (version 9.0)
Abstract. This document is based on previous documentation of the nationally standardized Forest. Inventory and Analysis database (Hansen ...
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 Free
Top 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
I fixed the file, there weren’t that many commits with it so it didn’t screw up the history too much. I’m still confused how it parses fine with the previous version… 😕
@AArnott Wow ok yeah, I felt like the change from string to PathFilter was triggering this in some way, but that’s just crazy. Learning new things about newtonsoft every day… 😛