summaryrefslogtreecommitdiff
path: root/modules/mono/glue/Managed/IgnoredFiles
AgeCommit message (Collapse)Author
2019-05-21Fix C# build error in MarshalUtils debug codeIgnacio Etcheverry
2019-04-06C#: Some important Array and Dictionary interface changesIgnacio Etcheverry
Array now implements IList instead of IList<object, object>. Dictionary now implements IDictionary instead of IDictionary<object, object>.
2018-09-12Move modules/mono/glue/cs_files to modules/mono/glue/Managed/FilesIgnacio Etcheverry
Added dummy MSBuild project and solution to get tooling help when editing these files.