Skip to main content
The SDK enforces modern API usage via BannedApiAnalyzers.

DateTime

Use TimeProvider for testability.

Guard Clauses

Use SDK’s Throw utilities.

File System Times

Use UTC variants to avoid timezone bugs.

String Comparison

Use Ordinal for performance; InvariantCulture has overhead.

Explicit Parameters

Require explicit intent, no implicit defaults.

Legacy Types

Opt-out