tangled
alpha
login
or
join now
keii.dev
/
osu-framework
A game framework written with osu! in mind.
0
fork
atom
overview
issues
pulls
pipelines
osu-framework
/
osu.Framework.Tests
/
Text
/
at
master
1 file
TextBuilderTest.cs
Use an ad-hoc struct instead of a tuple type. The tuple type has a nullable annotation to the fields and it causes warnings to be emitted with InspectCode. Use an explicit struct type suppress warnings because no null annotation is applied, and no nullability is assumed.
5 years ago