Commit Graph

9 Commits

Author SHA1 Message Date
Mordechai Zuber
44304ca70b use string per recommended style 2015-12-16 21:23:36 +02:00
Henrik Andersson
b41d9cee00 Make HasIssues nullable as it's optional 2015-10-13 18:00:42 +10:00
Haacked
862bf6a5d3 Add a bunch of doc comments
We get a lot of build output because of missing XML comments that we
ignore. I'd like to stop ignoring them. To do that, we need to doc the
💩 out of everything.
2015-09-27 17:10:39 -07:00
Haacked
0f4a4773a9 Add license template to NewRepository 2015-03-19 16:45:14 -07:00
Haacked
a94051d6b0 Repository name is required when creating a repo
I was trying to create a repository and I wasn't sure which parameters
were required. Following our philosophy of exposing required parameters
in the constructor, I change the `NewRepository` object to take in a
repository name and to make that property readonly.
2015-03-19 16:25:03 -07:00
Micah Zoltu
c351028d38 Removes doc comment typos.
Not sure how those 's' characters got there, but they would show up in the VS tooltip.
2015-01-17 12:33:08 -08:00
Karl Böhlmark
3abc218324 Fix a few documentation typos in NewRepository 2014-10-12 01:27:22 +02:00
Amy Palamountain
fa9c618302 Debugger display ++ 2014-02-19 21:43:35 +13:00
Haacked
61c4cdf002 Organize classes better
Closes #94
2013-10-26 09:52:56 -07:00