Popular repositories
-
-
-
Extension to make it easier to create Visual Studio for Mac / MonoDevelop extensions
-
-
Forked from mono/monodevelop
MonoDevelop is a cross platform IDE mostly aimed at Mono/.NET developers
226 contributions in the last year
Less
More
Activity overview
Contribution activity
April 2021
Created 25 commits in 6 repositories
Created a pull request in dotnet/sdk that received 7 comments
Opened 5 other pull requests in 5 repositories
mono/t4
1
open
dotnet/sdk
1
merged
dotnet/designs
1
merged
mhutch/MonoDevelop.Xml
1
merged
mhutch/MonoDevelop.MSBuildEditor
1
merged
Reviewed 4 pull requests in 4 repositories
mhutch/MonoDevelop.Xml 1 pull request
dotnet/designs 1 pull request
dotnet/runtime 1 pull request
dotnet/sdk 1 pull request
Created an issue in mono/t4 that received 1 comment
Support for escaping T4 tags
VS T4 supports escaping <#
tags. Mono T4 should too.
Need to check behavior of the following:
\\
\\\
<#= "text" #>
\<#= "text" #>
\\<#= "text" #
1
comment