You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2020. It is now read-only.
I see that there are case insensitive comparisons for attribute names. It would be better to require exact case matches and throw an error for incorrect case.
The equivalent code in CodeTaskFactory.cs does a case sensitive match:
RoslynCodeTaskFactory/src/RoslynCodeTaskFactory/CodeTaskFactory.cs
Lines 358 to 360 in afbc509
I see that there are case insensitive comparisons for attribute names. It would be better to require exact case matches and throw an error for incorrect case.
The equivalent code in
CodeTaskFactory.csdoes a case sensitive match:https://github.com/Microsoft/msbuild/blob/216f7cd5daf8d848d1a3773cf1290ebf32be8806/src/Tasks/CodeTaskFactory.cs#L237