Morten Nielsen

Results 104 issues of Morten Nielsen

Generate mermaid output, for easier integration into GitHub: See https://github.com/github/roadmap/issues/372 Mermaid spec: https://mermaid-js.github.io/mermaid/#/classDiagram Live editor sample: https://mermaid.live/edit/#pako:eNptkU1PwzAMhv9KlBOI9Q9UuyC2SRx22m2KhNzEdFbzAfnQBKP_nbSlYXT4ZD-OX72xL1w6hbzmUkMIG4LWgxGW5Xi0ZECz9VdVsU2S3S3dUTjd0iM2Hv7gmj2QjQxaXOJD9GRb1qJV6K-bw0jYg8np3f2iYSDiDEfbo73LBFgRbRC6J6edL41wJjMP5vI9gezmur_WGz5W9KrBe6BPfLY7xFiwBLuF-O_8uIJfQ41zmlF4OZNWBfpkF7Nz8BU36A2QyncZVQSPJzQoeJ1Tha-QdBRc2D4_TW8q72OrKDrP6-gTrjik6A4fVs719ObnuhPsvwES3pny

It would be useful to be able to quickly filter the HTML diagram by name, namespace, usage etc.

enhancement
help wanted

Challenge: This change requires a nuget package that isn't working cross-platform.

Suggestion by @jongalloway. Example snippet here: https://codepen.io/jongalloway/pen/bvgvWN

enhancement
help wanted

Do you have any plans on adding a WinUI 3 version of this awesome library? (and let me know if you'd need help)

v2 adds an optional segments part: ![image](https://user-images.githubusercontent.com/1378165/95506669-109cf200-0965-11eb-92c8-6363d2a3a7f5.png) > Segments (optional) (1 * Number of Segments bytes) (variable): In version 2 of the serialization format, a sequence of segment structures ![image](https://user-images.githubusercontent.com/1378165/95506794-3cb87300-0965-11eb-9630-d625dd022d9a.png)

enhancement

Implement the geometry-type-specific FromText methods: ```cs static STPointFromText(SqlChars pointTaggedText, int srid) static STLineFromText(SqlChars lineStringTaggedText, int srid) static STPolyFromText(SqlChars polygonTaggedText, int srid) static STGeomCollFromText(SqlChars geometryCollectionTaggedText, int srid) static STMPointFromText(SqlChars multiPointTaggedText, int...

enhancement

**Describe the bug** Often in .NET we get pretty unhelpful HResult errors. Example: ![image](https://user-images.githubusercontent.com/1378165/115119926-a9897700-9f5f-11eb-99e6-02bad7991702.png) [Apparently](https://github.com/microsoft/ProjectReunion/issues/593#issuecomment-821727384) this means `ERROR_MRM_RESOURCE_TYPE_MISMATCH`. It would be nice with better more helpful/meaningful error messages thrown, instead...

### Describe the bug I'm often experiencing the following bug when compiling. Usually it works, but once hitting this, I have to restart Visual Studio. Looks to be a failure...

bug
area-MRTCore
needs-triage :mag:

### Is your feature request related to a problem? Please describe When installing WSA and enabling developer mode, WSA is not offered as a run-target in VS. You first have...

feature-request