Commit History

Author SHA1 Message Date
  Brandon Thetford 1bc3595d0e Make this string comparison faster. 1 year ago
  Brandon Thetford 24aefb9ad9 Add PERF, NOTE, QUESTION, and CONCURRENCY tags for the todo explorer 1 year ago
  Brandon Thetford cf2ffef85b Make CI build happy by disambiguiating this attribute 1 year ago
  Brandon Thetford e7b228a2c8 Fix for reflection-based configuration 1 year ago
  Brandon Thetford 3cd0832cb0 Implement INotifyCollectionChanged and IDictionary by delegating to ColorSchemes 1 year ago
  Brandon Thetford e4024a5fc3 Simplify the type initializer and Reset method 1 year ago
  Brandon Thetford c0a838113c Remove unused class 1 year ago
  Brandon Thetford 74c8920f32 record struct already does this by value 1 year ago
  Brandon Thetford 37b58afc39 Missed a couple of opportunities for reference passing 1 year ago
  Brandon Thetford d8a9f0f9a0 Mark this ignored just in case 1 year ago
  Brandon Thetford 17a565ed74 Simplify GetHashCode 1 year ago
  Brandon Thetford 486582f985 Simplify constructor 1 year ago
  Brandon Thetford 1e5c5b3c10 This should be a property 1 year ago
  Brandon Thetford e4350c6143 Simplify this constructor 1 year ago
  Brandon Thetford f5ead8b54e Remove unused internal constructor and its test 1 year ago
  Brandon Thetford 79997cea06 Turn this into a record struct 1 year ago
  Brandon Thetford 4e391e3017 Carry reference passing through as appropriate 1 year ago
  Brandon Thetford 166930101a Simplify this 1 year ago
  Brandon Thetford 2d2b04b57e Reference passing to avoid some struct copies 1 year ago
  Brandon Thetford fa38c9a5f6 Make this a record type and remove now-redundant/illegal members 1 year ago
  Brandon Thetford a5e009c76b Rename these files so they nest in the solution explorer 1 year ago
  Brandon Thetford 6305b03420 Move class to its own file 1 year ago
  Brandon Thetford 9ff8030bbb Annotate constructor properly and use throw helper 1 year ago
  Brandon Thetford 6f3d0aac6f Declare interface these already support 1 year ago
  Brandon Thetford 8727a5fa0b Fix release configuration tests 1 year ago
  Brandon Thetford 7bce9bf68a Split these up and dispose properly 1 year ago
  Brandon Thetford cf34cdd41b Wrap these in conditionals since they break tests against Release configuration 1 year ago
  Brandon Thetford 142b621395 Replace 354 `!= null` with `is { }` 1 year ago
  Brandon Thetford da3fe3663d Replace all 342 `== null` with `is null` 1 year ago
  BDisp 7a041fcc73 Fixes #3229. TextFormatter should have a FillRemaining property. (#3245) 1 year ago