Questions tagged [dmcs]
17 questions
0
votes
1 answer
How do you signal you want to reference an assemby with manos de mono server?
Using dmcs directly, if I want to reference an assembly I can pass it in via the -r option, ala:
dmcs -r:System.Xml.Linq.dll whatever.cs
manos de mono uses its own build system on top of dmcs, how do I pass in such references? Seems like it should…
0
votes
1 answer
Mono throwing warning that I don't think is correct
Mono is throwing the warning:
warning CS0414: The private field 'Convergence.Core.Services.PermissionService.userService' is assigned but its value is never used
Which is strange, since it is most certainly used:
For instance:
var systemRoles = (
…

Michael Shimmins
- 19,961
- 7
- 57
- 90