NoTuxNoBux

Results 41 issues of NoTuxNoBux

#### Bug description UNT0008 (null propagation) also triggers when (explicit) nullable types are used for Unity types. - Version of analyzers assembly: 1.13.0 - Analyzer rule: [UNT0008](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/UNT0008.md) - Error (exception...

investigating

When using `inheritdoc` as per #1806, documentation is now correctly inherited, but the inherited documentation is not used in places such as signature help, only in tooltips. Example code that...

I have a question about the vertex and normal conversion happening in `MeshImporter.cs`: the conversion that happens negates the X coordinate and maintains the Y and Z coordinates. Why is...

Larger models render in a broken state. The models I'm testing happen to be Wavefront OBJs, but I don't think this is related to #6. Simpler or smaller models seem...

When scaffolding users, you get a bunch of common API calls, but `PATCH` seems to be missing: ![afbeelding](https://github.com/pdevito3/craftsman/assets/73220431/6e68ba05-5a9f-4198-8e4f-fbd87676468e) For my use case specifically, I'm extending users to support local user...

enhancement

It would be nice if `enable` was automatically set in the generated `csproj`. Recent .NET versions are pushing hard to making this the default everywhere (the billion dollar mistake), and...

enhancement

**Describe the bug** If OPC Publisher 2.9.4 cannot connect to a certain endpoint, it will try again every second to reconnect. `reconnectperiod` is set to 1000 ms, so this makes...

bug

We're experiencing a weird issue where specifically on Windows the Roslyn analyzers will analyze once (in e.g. VSCode) and, on save or afterwards, just bail out and not work again....

analyzers

The following errors show up when using the Unity editor on Linux. ``` The following files have the same name but only differ in casing and will be ignored: Assets/Packages/Microsoft.MixedReality.QR.0.5.3011/Unity/arm64...

**Describe the bug** Sending a command to an OPC UA server the publisher 2.9.4 is connected to, and the connection unexpectedly dropping (the machine stopped responding) resulted in the publisher...

bug