John Stewien
John Stewien
### Describe the bug The MergeWindowsAppSDKManifests target at line 19 in .nuget\packages\microsoft.windowsappsdk\1.0.0\build\Microsoft.WindowsAppSDK.SelfContained.targets doesn't handle paths containing a space. The Exec command looks like this: ```xml ``` But should look like...
https://github.com/dotnet/sourcelink
Can't add this package to c++/clr projects, need to work out how, see https://stackoverflow.com/questions/40893161/create-nuget-package-for-c-cli-mixed-assembly https://stackoverflow.com/questions/18694947/how-can-i-make-my-managed-nuget-package-support-c-cli-projects
The directory and project structure needs to be tidied up a bit on this project. There's a mix of some utility stuff in the Swordfish.NET project that is stored in...
With .NET 7.0 there are steps that can be taken to make a library Ahead Of Time compatible. See here https://devblogs.microsoft.com/dotnet/creating-aot-compatible-libraries/
The overloads are listed here https://learn.microsoft.com/en-us/dotnet/api/system.collections.concurrent.concurrentdictionary-2.getoradd?view=net-7.0 **Overloads** GetOrAdd(TKey, Func) | Adds a key/value pair to the ConcurrentDictionary by using the specified function if the key does not already exist. Returns...
Currently you can't directly bind to the CollectionView. Have a BindableCollectionView class. This wraps an immutable collection, fires INotifyCollectionChanged with a Reset action and gets the Synchronization context when it...
ConcurrentObservableDictionary is not a straight wrapper around an ImmutableDictionary, instead it has a dual personality where it can be used as a Dictionary or a List. This behaviour stems from...
Large ellipsoid causes DeveloperError: All attribute lists must have the same number of attributes.
I am getting an error that stops rendering. The message is "DeveloperError: All attribute lists must have the same number of attributes." Sandcastle example: [Simple large ellipsoid example](https://sandcastle.cesium.com/#c=hZJta9swEMe/yuFXDmSys4TBkjQspO/2BF0pDPRGsa/NMUlnpHOydvS7T7abNe3CZtChO9/vf7qTKvZRYE94wAAX4PEAG4zUOnXTx3KdVb2/YS+GPAadjRbaaz8wCr2QEEZl6jr/pT2ANw7noLNrbsD4GrYswg6qVoBb0dm4S2o4Joz9/FhuY4KknfFTdRvYXeJdQIz5m0n5VpVjmJWdnczK9Kly1GugtdREpnoOfWGAYGqi+WkXz7L59H1ZDvgYzu8HWQDyqc+rf2r14JM5Yo48uX5S+Ketz0Z2SrgTMz7m706qOPPzf+mT2Yt8wUDGPo+MLQd1ub76uPm+/qIOJLu1bXYmL9X0CKWJW+oKSGixjz0m+/jiCh+Y3TXnry50tMjGmc4WHXNcAMso9xZXgwPwgVzDQaANNleqEHSNTceMxbatfqCoKsbR4oksTtFlTXug+uLM84LKmhjTn9vW2m/0gDpbLYuU/xdqOc3J333dY7DmvkvbTVafhqBSalkk9zwpzHZrwivl3w) Browser: Microsoft...
### What happened? The height reference on entity models starts out as undefined. With this setting the height is absolute. If you set ground clamping as follows: ```entity.model.heightReference = Cesium.HeightReference.CLAMP_TO_GROUND;```...