feat: Linux compatibility #249
Labels
AREA_HXE
Issue applies to HXE projects
AREA_SPV3
Issue applies to SPV3 projects
enhancement
New feature or request
This GitHub Issue has been closed, promoting HaloSPV3/Gemini#54 to the the top-level issue.
ROAD PLAN
This can go one of two ways...
STOPGAP
Platform-dependent code paths will be determined at runtime. This implies the following:
System.Environment.OSVersion.Platform
to determine which OS we're running on. In most cases, we'll see eitherWin32NT
orUnix
. All possible values.MS Docs Example:
REWORK
The text was updated successfully, but these errors were encountered: