-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
MessageView.Sort
it could lead to null reference exception bcs sortHeader
parameter is null.
#4
Labels
Comments
github-actions bot
pushed a commit
that referenced
this issue
Sep 8, 2022
# [1.1.0](v1.0.4...v1.1.0) (2022-09-08) ### Bug Fixes * fixes null ref when sort header is null ([d233036](d233036)), closes [#4](#4) * fixing header being squashed if vertical scroll is full ([ad29f2e](ad29f2e)) * fixing null ref when group message is false ([004ba4e](004ba4e)), closes [#6](#6) * stopping exception if rpc name does not contain dot ([#3](#3)) ([324a374](324a374)) ### Features * adding group message to save data ([3061381](3061381))
🎉 This issue has been resolved in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
James-Frowen
added a commit
that referenced
this issue
Sep 8, 2022
github-actions bot
pushed a commit
that referenced
this issue
Sep 8, 2022
# [1.1.0-mirror.8](v1.1.0-mirror.7...v1.1.0-mirror.8) (2022-09-08) ### Bug Fixes * fixes null ref when sort header is null ([9848b81](9848b81)), closes [#4](#4) * fixing header being squashed if vertical scroll is full ([89e651e](89e651e)) * fixing null ref when group message is false ([6d3dfbf](6d3dfbf)), closes [#6](#6) * stopping exception if rpc name does not contain dot ([#3](#3)) ([4f7a1bd](4f7a1bd)) ### Features * adding group message to save data ([12c3313](12c3313))
🎉 This issue has been resolved in version 1.1.0-mirror.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bcs
SavedData.GetSortHeader
could return ColumnInfo - null in tupleMirage.Profiler/Assets/Mirage.Profiler/Editor/Messages/MessageView.cs
Lines 107 to 117 in aea03ac
Not sure what is the right fix.
Trace:
The text was updated successfully, but these errors were encountered: