Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rickbrew opened this issue Oct 31, 2021 · 0 comments
Open

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

rickbrew opened this issue Oct 31, 2021 · 0 comments
Labels
proposal An issue that represents a proposed feature or change to the repo. untriaged An issue that has not been triaged by the repo maintainers.

Comments

@rickbrew
Copy link
Contributor

rickbrew commented Oct 31, 2021

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.
@rickbrew rickbrew added proposal An issue that represents a proposed feature or change to the repo. untriaged An issue that has not been triaged by the repo maintainers. labels Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal An issue that represents a proposed feature or change to the repo. untriaged An issue that has not been triaged by the repo maintainers.
Projects
None yet
Development

No branches or pull requests

1 participant