DDay.iCal
DDay.iCal copied to clipboard
Is it possible to build and run using Mono?
Ihave a try, and got an error:
xbuild DDay.iCal.sln
...
Errors:
C:\workspace\ical-net\DDay.iCal-master\DDay.iCal.sln (default targets) -> (Build target) -> C:\workspace\ical-net\DDay.iCal-master\DDay.iCal.Test\DDay.iCal.Test.csproj (default targets) -> C:\Program Files (x86)\Mono\lib\mono\4.5\Microsoft.CSharp.targets (CoreCompile target) ->
Custom\Custom1.cs(9,32): error CS0012: The type `DDay.Collections.IGroupedObject`1<string>' is defined in an assembly that is not referenced.
Consider adding a reference to assembly `DDay.Collections, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
1475 Warning(s)
1 Error(s)
Not sure this is really an issue.