tag
#csharp
2 items (2 fixes)
fixes
✓ 26.07
"Assembly.cs global usings as project bootstrap"
global using Sandbox + your razor namespace in Assembly.cs — without it, panels and game types don't resolve across the assembly.
setupcsharp
✓ 26.07
"TextEntry.OnTextEdited needs an explicit-type block lambda"
An untyped or expression-bodied lambda on TextEntry.OnTextEdited fails with CS8917 or CS0029 — use an explicit param type plus a block body.
uirazor