-
Hello,
Thank you so much for this very poweful library and easy to use :)
It seems that the CustomerID will not change with the new QRCode bill.
We have some IDs with length between 4 and 12 digi…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity2.visualstudio.com/t/Incorrect-CA1508-when-variable-is-captur/1334856)._
---
[severity:It bothers me. A fix…
-
VSF_TYPE_MARKDOWNIf a field is only set in the constructor and accessed in a property declared with an arrow, then the field higlight will be the same as for unused fields; however, using a real gette…
-
I was surprised to see that when sorting items using `System.Linq.Enumerable.OrderBy`, while specifying a comparer:
``` c#
var sort = new MySort();
var sorted = items.OrderBy(x => x, sort);
...
class…
-
Code battles are now supported (see issue #468). We need an official code battle level (or maybe more than one?) to be created and added to the game data files.
-
The terrain is concave instead of convex. If you rotate screen by 180 degrees then it looks better:
![terrain_issue](https://cloud.githubusercontent.com/assets/3579486/14023804/711f7864-f1e6-11e5-9a38…
PaweX updated
4 years ago
-
_From @epsitec on Saturday, December 2, 2017 11:46:30 PM_
I am using `RouteBuilder.MapGet()` with this pattern:
```
address/{zip}/{town}
```
and I need to be able to pass it a town name whi…
-
Hardcoding the validation messages into C# code attributes is a straightforward solution for simple projects. But how would you integrate this with I18N?
```cs
public class ExampleModel
{
[R…
-
The original version of the SWICO Validator reported an error when the three additional lines after `EPD` were not included (as empty lines), even though SIX defines them to be optional.
See https:…
-
Hi, the Flying Drill 1 and 2 are impossible to accomplish programmatically.
This is a programming game, so that is a massive problem.
The problem is that when one does a goto the Target2, then i…