-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
proposalAn issue that represents a proposed feature or change to the repo.An issue that represents a proposed feature or change to the repo.untriagedAn issue that has not been triaged by the repo maintainers.An issue that has not been triaged by the repo maintainers.
Description
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>()orMarshal.SizeOf(typeof(T))on structs likeSHELLEXECUTEINFOW. It can produce the wrong size on certain platforms, andT.SizeOfshould be used instead.
Metadata
Metadata
Assignees
Labels
proposalAn issue that represents a proposed feature or change to the repo.An issue that represents a proposed feature or change to the repo.untriagedAn issue that has not been triaged by the repo maintainers.An issue that has not been triaged by the repo maintainers.