Simonas G
Simonas G
Theme support would be nice, at least blue, light, and dark themes like in visual studio.
I would like to do this: ```csharp //Create Database: if(!db.TableExists()) { db.CreateTable(); //Right now I have to try catch that... } //Updating db: //These can ether be on ITable or...
```json { "name": "MyTag", "sort_pos": 1, "icon":"https://url.to/my/icon.png" }, { "name": "Other", "sort_pos": 2 } ```
Doesn't work: ```ini [MyUrl] prefix = https:// url = example.com/my%20path open_in = new_tab groups = public tags = MyTag ``` Workaround: ```ini [MyUrl] prefix = https:// url = example.com/my path...
**Code:** ```csharp #r "Some/Path/To/Assembly.dll" //Uses MyModels.dll #r "Some/Other/Path/To/OtherAssembly.dll" //Uses MyModels.dll SomeCode.UsingBoth(Assemblies); //Both projects (referenced assemblies) reference MyModels.dll (MyModels project), and // once you build them, they copy `MyModels.dll` to their...
There are cases when Calling assembly also work incorrectly (depends on JIT) but I can't reproduce it regularly. And looks like Release and Debug builds work differently but that's not...
```csharp //Class in library assembly public class LibraryClass {} public class MyBaseClass : LibraryClass {} public class MyClass : MyBaseClass {} ``` right now it registers `MyClass` as `MyClass`, `MyBaseClass`...
Hey, I took these values from CMangos. Post 2.3 Experience requirements were lowered so I brought those back, up until 2.3 patch Level 60 XP was upped from 217400 in...