Watch
2
0
Fork
You've already forked raylib-cs
0

chore: run dotnet format scoped default (was previously scoped to just 'style')

This commit is contained in:
tiger tiger tiger 2026-07-30 15:07:59 +02:00
commit c06874f14a
No known key found for this signature in database
23 changed files with 749 additions and 485 deletions

View file

@ -8,7 +8,10 @@ namespace Examples;
public sealed class ExcludeFromBrowserAttribute : Attribute
{
/// <summary>Why the example cannot run in the browser.</summary>
public string Reason { get; }
public string Reason
{
get;
}
public ExcludeFromBrowserAttribute(string reason = null)
{