ObservatoryCore icon indicating copy to clipboard operation
ObservatoryCore copied to clipboard

Elite Observatory: Rewritten from scratch in .NET 8.0

Results 25 ObservatoryCore issues
Sort by recently updated
recently updated
newest added

Most notable current omission: `int`

enhancement
Core

Recent UI changes changed the boxes to be ever so slightly different heights. My OCD couldn't handle this.

Core

According to the profiler, this does wasteful allocations, etc. It is recommended to use the bitwise operator. I did some profiling to figure out why a couple of my plugins...

Core
Framework

System.Text.Json in .Net9 (preview2+) is able to derserialize into a derived type, from a base type dependent on a discriminator field

What this PR Proposes: - Run GitHub Actions on PR & master What this PR does not propose: - Blocking PRs on successful GH Action runs