v0.9.156 #110
alexrp
announced in
Announcements
v0.9.156
#110
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
net7.0
.[SkipLocalsInit]
to all libraries.[DisableRuntimeMarshalling]
to all libraries except Vezel.Cathode (core library).[ThreadStatic]
instead ofThreadLocal<T>
throughout the project.scoped
parameter annotations throughout the project.TerminalReader.ReadLineAsync()
.TerminalStream.Read()
.SafeHandle
manipulation inUnixCancellationPipe
.[NotNullWhen(true)]
attribute toTerminalSize.Equals()
.ToString()
onTerminalSize
.[UnsupportedOSPlatform("windows")]
onTerminal.GenerateSignal()
.ChildProcessBuilder.WithArguments()
.DECARM
.DECPS
.DECSCA
,DECSED
, andDECSEL
.CUP
construction.ControlSequences
.MonospaceWidth.Measure(string?)
overload.CancellationToken
property toProgramContext
that is wired up to terminal signals.EntryPointGenerator
to an incremental source generator.file
accessibility for the generated entry point type.IProgram
implementation inEntryPointGenerator
.IProgram
.TerminalLoggerOptions.LogToStandardErrorThreshold
defaulting toLogLevel.Trace
instead ofLogLevel.None
.Beta Was this translation helpful? Give feedback.
All reactions