Eric

Results 49 comments of Eric

Could just as well bring up now that the .NET SDK is broken also wrt the code analysis. Besides importantly the [default defines](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives#conditional-compilation) not working. It started just working when...

Documented the changes in this PR in the description, since the intent is to merge and continue in a future PR.

Would you like to finish this @jrinker03? Would be best to see the result of this before merging a lot more warnings.

I would make those structs `readonly` and the first variant an instance method. The parameter cannot be `in` or it clashes with the `ref` variant plus usually structs are already...

Yeah I kind of expected that if it hasn't been `readonly` from the start. Still wouldn't change it. It'll hurt readability, discoverability of normalize variants and a small change in...

I think @manio143 already builds the images from `master`, effectively zeroing out differences between platform and graphics card. The issue I think he looks to address is that on my...

I had this with [Starbreach](/stride3d/Starbrech), newly cloned, changed the TFM's to `net6.0` (x2) and `net6.0-windows` and updated the package references to version 4.1.0.1734. Verified that it happens on my UHD...

Is it difficult to release the .vsix to Visual Studio Marketplace? I had issues before 4.1 released over first not being able to install the 2022 extension and second the...

I think the project should have an account on the marketplace and just publish the vsix whenever Stride is released?