Skip to content

List of things for "the analyzer" to point out #231

@rickbrew

Description

@rickbrew

We can keep track of things that can't really be solved in source, but can be flagged by an analyzer.

  • Incorrectly using Unsafe.SizeOf<T>() or Marshal.SizeOf(typeof(T)) on structs like SHELLEXECUTEINFOW. It can produce the wrong size on certain platforms, and T.SizeOf should be used instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    proposalAn issue that represents a proposed feature or change to the repo.untriagedAn issue that has not been triaged by the repo maintainers.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions