Posts
Sort by recent activity
Analyze does not work for fields in generic classes
Hello,
I've found a bug. Try to compile a library with the following code :public class Class1 {
public string GetString() {
return "blah";
}
...