Skip to content
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

Fix new detections in rider 2018.1 #2444

Merged
merged 4 commits into from Apr 23, 2018
Merged

Fix new detections in rider 2018.1 #2444

merged 4 commits into from Apr 23, 2018

Conversation

peppy
Copy link
Sponsor Member

@peppy peppy commented Apr 23, 2018

No description provided.

@@ -53,6 +57,9 @@ public override void Add(HitObjectMask drawable)

public override bool Remove(HitObjectMask drawable)
{
// Rider 2018.1 requires this (roslyn analyser issue?)
Debug.Assert(drawable != null);

This comment was marked as off-topic.

This comment was marked as off-topic.

smoogipoo
smoogipoo previously approved these changes Apr 23, 2018
@peppy peppy added this to the April 2018 milestone Apr 23, 2018
@peppy peppy merged commit 2bd2fac into ppy:master Apr 23, 2018
@peppy peppy deleted the misc-fixes branch June 21, 2018 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants