tgjones / HlslTools

A Visual Studio extension that provides enhanced support for editing High Level Shading Language (HLSL) files
http://timjones.io/blog/archive/2016/04/25/hlsl-tools-for-visual-studio-v1.0-released
Other
553 stars 95 forks source link

Fix Assert warnings in Unit Test projects #258

Open mrvux opened 9 months ago

mrvux commented 9 months ago

Hello

Since compiling from source was giving a lot of Warnings from Unit Tests (mostly Single or Empty collection count),

This part should now be warning free.

Thanks