1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Make dotnet format shut up about naming

This commit is contained in:
Bartłomiej Dach 2024-01-03 10:05:11 +01:00
parent d38f8d9c78
commit 474c416bd9
No known key found for this signature in database

View File

@ -3,6 +3,8 @@
#nullable disable #nullable disable
#pragma warning disable IDE1006 // Naming rule violation
using System; using System;
using System.Diagnostics.CodeAnalysis; using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;