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
Remove an assert that is too aggressive. When reading old binlogs the TargetSkipReason is not known, so TargetSkipReason.None is a valid state.
We can do a best effort and infer the skip reason for format version 13.
Fixes#6563
Remove an assert that is too aggressive. When reading old binlogs the TargetSkipReason is not known, so TargetSkipReason.None is a valid state.
We can do a best effort and infer the skip reason for format version 13.
Fixes#6563
This assert fires when playing back a version 13 binlog into the latest (version 14) binlog:
msbuild/src/Build/Logging/BinaryLogger/BuildEventArgsWriter.cs
Line 450 in aa78fc6
TargetSkipReason is None
The text was updated successfully, but these errors were encountered: