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 latest versions of YamlDotNet use long instead of int for the index of yaml token objects, to be able to handle very large files. For now these are being cast to ints to keep the existing API surface, but the Boundary object should have its internal fields converted to long to be able to support those long files as well.
The text was updated successfully, but these errors were encountered:
The latest versions of YamlDotNet use
long
instead ofint
for the index of yaml token objects, to be able to handle very large files. For now these are being cast to ints to keep the existing API surface, but the Boundary object should have its internal fields converted to long to be able to support those long files as well.The text was updated successfully, but these errors were encountered: