adams85 / bundling

A library for optimizing and bundling web assets of ASP.NET Core applications.
MIT License
44 stars 7 forks source link

Negative number invalid for list #15

Closed schotime closed 2 years ago

schotime commented 2 years ago

We tried upgrading to 3.5 but received a negative number error on List creation. It was spawned from this method. I'm assuming 0 items come back which then results in -1.

https://github.com/adams85/bundling/blob/a630f8a7062c19c5edb2ffd7b7f4d2df758a240f/source/Bundling/Internal/Rendering/SourceIncludesBundleHtmlRenderer.cs#L61

adams85 commented 2 years ago

Your assumption is correct.

v3.5.1 addresses the issue. It's already available on NuGet.