Rick van Dam
Rick van Dam
How to reproduce: 1. First make sure you have vscode installed and rls working properly 2. Clone https://github.com/rustwasm/wasm-bindgen.git 3. Open the webgl example in vscode (https://github.com/rustwasm/wasm-bindgen/tree/master/examples/webgl) 4. Build it (I...
### Summary There are some things that might be improved in the settings department of duality: First it seems that duality uses 2 approaches to storing settings. - `EditorUserData.xml` seems...
### Summary There needs be a small guide on how to switch and use the new duality template https://github.com/Barsonax/DualityProjectTemplate It should mention the differences in workflow between v3 and v4
### Summary Currently we try to avoid using auto properties because when serializing a instance the serializer will use the name of the backing fields which have a ugly name...
This is a poc, not finished in any way. TODO: - remove old nightlybuilder binaries and code - remove any other leftover binaries/folders/files (such as the nunit folder?) - update...
### Summary In #822 we already did some changes to the folder structure but in the end decided to keep duality itself in the root folder as that was simpler...
### Summary Currently there is no defined way of doing things when it comes to doing work on a different thread. One could use the TPL and async await but...
### Summary Now that we can use C# 7.3 we can make use of the new features. To name a few: - Auto properties - The ? operator for null...