Skip to content

Instantly share code, notes, and snippets.

@willxinc
Created March 10, 2015 03:32
Show Gist options
  • Save willxinc/cb8d96f68f0d2c0d72d0 to your computer and use it in GitHub Desktop.
Save willxinc/cb8d96f68f0d2c0d72d0 to your computer and use it in GitHub Desktop.
Code Analysis on FNA (commit: ce44d10dfe178d410e43f4311b66f85a99f2556e) Using Microsoft Visual Studio Ultimate 2013
1>------ Rebuild All started: Project: FNA, Configuration: Debug x86 ------
1> FNA -> V:\FNA-master\bin\Debug\FNA.dll
1> Running Code Analysis...
1>v:\FNA-master\src\Graphics\GraphicsResource.cs(93): warning CA1821: Microsoft.Performance : 'GraphicsResource' implements a finalizer that only calls conditionally emitted methods or the base type finalizer. Remove the finalizer or ensure that it is only conditionally compiled into the assembly. If this violation occurs against a finalizer that is entirely wrapped in a conditionally-emitted block of code, suppress this message.
1>MSBUILD : warning CA1001: Microsoft.Design : Implement IDisposable on 'StorageDevice' because it creates members of the following IDisposable types: 'StorageContainer'. If 'StorageDevice' has previously shipped, adding new members that implement IDisposable to this type is considered a breaking change to existing consumers.
1> Code Analysis Complete -- 0 error(s), 2 warning(s)
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
1>------ Rebuild All started: Project: FNA, Configuration: Debug x86 ------
1> FNA -> V:\FNA-master\bin\Debug\FNA.dll
1> Running Code Analysis...
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.INTERNAL_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.INTERNAL_glGetError()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_changeset()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_changeset()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_cloneEffect(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_cloneEffect(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_effectFindNextValidTechnique(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_effectFindNextValidTechnique(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_effectGetCurrentTechnique(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_effectGetCurrentTechnique(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_effectSetRawValueHandle(IntPtr, IntPtr, uint, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_effectSetRawValueHandle(IntPtr, IntPtr, uint, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_effectSetRawValueName(IntPtr, string, IntPtr, uint, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_effectSetRawValueName(IntPtr, string, IntPtr, uint, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'name' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_effectSetTechnique(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_effectSetTechnique(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_freeEffect(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_freeEffect(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_freeParseData(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_freeParseData(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_freePreshader(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_freePreshader(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glBindProgram(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glBindProgram(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glBindShaders(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glBindShaders(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glCompileEffect(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glCompileEffect(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'profile' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glDeleteEffect(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glDeleteEffect(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glDeleteProgram(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glDeleteProgram(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glDeleteShader(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glDeleteShader(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glDestroyContext(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glDestroyContext(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glEffectBegin(IntPtr, out uint, int, ref MojoShader.MOJOSHADER_effectStateChanges)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glEffectBegin(IntPtr, out uint, int, ref MojoShader.MOJOSHADER_effectStateChanges)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glEffectBeginPass(IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glEffectBeginPass(IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glEffectCommitChanges(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glEffectCommitChanges(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glEffectEnd(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glEffectEnd(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glEffectEndPass(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glEffectEndPass(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetPixelShaderUniformB(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetPixelShaderUniformB(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetPixelShaderUniformF(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetPixelShaderUniformF(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetPixelShaderUniformI(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetPixelShaderUniformI(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetShaderParseData(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetShaderParseData(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetVertexShaderUniformB(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetVertexShaderUniformB(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetVertexShaderUniformF(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetVertexShaderUniformF(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetVertexShaderUniformI(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetVertexShaderUniformI(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glLinkProgram(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glLinkProgram(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glMakeContextCurrent(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glMakeContextCurrent(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glMaxUniforms(MojoShader.MOJOSHADER_shaderType)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glMaxUniforms(MojoShader.MOJOSHADER_shaderType)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glProgramReady()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glProgramReady()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glProgramViewportFlip(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glProgramViewportFlip(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetLegacyBumpMapEnv(uint, float, float, float, float, float, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetLegacyBumpMapEnv(uint, float, float, float, float, float, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetPixelShaderUniformB(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetPixelShaderUniformB(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetPixelShaderUniformF(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetPixelShaderUniformF(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetPixelShaderUniformI(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetPixelShaderUniformI(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetVertexAttribDivisor(MojoShader.MOJOSHADER_usage, int, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetVertexAttribDivisor(MojoShader.MOJOSHADER_usage, int, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetVertexAttribute(MojoShader.MOJOSHADER_usage, int, uint, MojoShader.MOJOSHADER_attributeType, int, uint, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetVertexAttribute(MojoShader.MOJOSHADER_usage, int, uint, MojoShader.MOJOSHADER_attributeType, int, uint, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetVertexShaderUniformB(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetVertexShaderUniformB(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetVertexShaderUniformF(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetVertexShaderUniformF(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetVertexShaderUniformI(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetVertexShaderUniformI(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_maxShaderModel(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_maxShaderModel(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'profile' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'profile' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'profile' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_parsePreshader(byte[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_parsePreshader(byte[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_version()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_version()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_attribute.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.current_technique' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.errors' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.f' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.m' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.malloc_data' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.objects' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.parameters' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.profile' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.state_changes' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.techniques' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectAnnotation.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectAnnotation.semantic' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectAnnotation.values' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectParam.annotations' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectPass.annotations' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectPass.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectPass.states' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectSamplerMap.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectShader.parameters' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectShader.preshader_params' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectShader.samplers' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectShader.shader' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectStateChanges.render_state_changes' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectStateChanges.sampler_state_changes' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectString.stringvalue' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectTechnique.annotations' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectTechnique.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectTechnique.passes' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectValue.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectValue.semantic' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectValue.values' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_error.error' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_error.filename' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.attributes' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.errors' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.free' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.malloc' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.malloc_data' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.output' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.outputs' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.preshader' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.profile' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.samplers' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.swizzles' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.symbols' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.uniforms' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_preshader.instructions' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_preshader.literals' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_preshader.symbols' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_sampler.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_samplerStateRegister.sampler_name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_samplerStateRegister.sampler_states' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_symbol.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_symbolStructMember.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_symbolTypeInfo.members' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_uniform.name' private.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_availableAudio(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_availableAudio(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_availableVideo(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_availableVideo(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_decodingError(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_decodingError(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_freeAudio(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_freeAudio(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_freeVideo(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_freeVideo(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_getAudio(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_getAudio(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_getVideo(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_getVideo(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_hasAudioStream(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_hasAudioStream(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_hasVideoStream(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_hasVideoStream(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_isDecoding(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_isDecoding(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_isInitialized(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_isInitialized(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_startDecodeFile(string, uint, TheoraPlay.THEORAPLAY_VideoFormat)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_startDecodeFile(string, uint, TheoraPlay.THEORAPLAY_VideoFormat)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fname' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_stopDecode(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_stopDecode(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'TheoraPlay.THEORAPLAY_AudioPacket.next' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'TheoraPlay.THEORAPLAY_AudioPacket.samples' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'TheoraPlay.THEORAPLAY_VideoFrame.next' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'TheoraPlay.THEORAPLAY_VideoFrame.pixels' private.
1>MSBUILD : warning CA1900: Microsoft.Portability : Structure 'TheoraPlay.THEORAPLAY_VideoFrame32' contains the following non-portable fields: 'TheoraPlay.THEORAPLAY_VideoFrame32.fps'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.free(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.INTERNAL_ov_clear(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.INTERNAL_ov_comment(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.INTERNAL_ov_fopen(string, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'path' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.INTERNAL_ov_info(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.malloc(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.ov_time_seek(IntPtr, double)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'Vorbisfile.ov_time_seek(IntPtr, double)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.ov_time_total(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'Vorbisfile.ov_time_total(IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'Vorbisfile.vorbis_comment.comment_lengths' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'Vorbisfile.vorbis_comment.user_comments' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'Vorbisfile.vorbis_comment.vendor' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'Vorbisfile.vorbis_info.codec_setup' private.
1>v:\FNA-master\src\Color.cs(1423): warning CA2207: Microsoft.Usage : Initialize all static fields in 'Color' when those fields are declared and remove the explicit static constructor.
1>v:\FNA-master\src\GameComponent.cs(144): warning CA1033: Microsoft.Design : Make 'GameComponent' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'IComparable<GameComponent>.CompareTo(GameComponent)' and is visible to derived classes.
1>v:\FNA-master\src\GraphicsDeviceManager.cs(415): warning CA1033: Microsoft.Design : Make 'GraphicsDeviceManager' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'IGraphicsDeviceManager.BeginDraw()' and is visible to derived classes.
1>v:\FNA-master\src\GraphicsDeviceManager.cs(372): warning CA1033: Microsoft.Design : Make 'GraphicsDeviceManager' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'IGraphicsDeviceManager.CreateDevice()' and is visible to derived classes.
1>v:\FNA-master\src\GraphicsDeviceManager.cs(426): warning CA1033: Microsoft.Design : Make 'GraphicsDeviceManager' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'IGraphicsDeviceManager.EndDraw()' and is visible to derived classes.
1>v:\FNA-master\src\GraphicsDeviceManager.cs(204): warning CA1063: Microsoft.Design : Rename 'GraphicsDeviceManager.IDisposable.Dispose()' to 'Dispose' and ensure that it is declared as public and sealed.
1>MSBUILD : warning CA2237: Microsoft.Usage : Add [Serializable] to 'LaunchParameters' as this type implements ISerializable.
1>MSBUILD : warning CA1049: Microsoft.Design : Implement IDisposable on 'SDL2_GameWindow'.
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(156): warning CA2214: Microsoft.Usage : 'SDL2_GameWindow.SDL2_GameWindow()' contains a call chain that results in a call to a virtual method defined by the class. Review the following call stack for unintended consequences:
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(156): warning CA2214:
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(156): warning CA2214: SDL2_GameWindow..ctor()
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(156): warning CA2214: GameWindow.get_AllowUserResizing():Boolean
1>MSBUILD : warning CA1063: Microsoft.Design : Provide an overridable implementation of Dispose(bool) on 'AudioEngine' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.
1>v:\FNA-master\src\Audio\AudioEngine.cs(426): warning CA2202: Microsoft.Usage : Object 'stream' can be disposed more than once in method 'AudioEngine.AudioEngine(string)'. To avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.: Lines: 426
1>v:\FNA-master\src\Audio\AudioEngine.cs(460): warning CA1063: Microsoft.Design : Modify 'AudioEngine.Dispose()' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns.
1>v:\FNA-master\src\Audio\AudioEngine.cs(451): warning CA1063: Microsoft.Design : Modify 'AudioEngine.~AudioEngine()' so that it calls Dispose(false) and then returns.
1>v:\FNA-master\src\Audio\DynamicSoundEffectInstance.cs(97): warning CA1063: Microsoft.Design : Ensure that 'DynamicSoundEffectInstance.Dispose()' is declared as public and sealed.
1>MSBUILD : warning CA1049: Microsoft.Design : Implement IDisposable on 'OpenALDevice'.
1>v:\FNA-master\src\Audio\OpenALDevice.cs(63): warning CA2200: Microsoft.Usage : 'OpenALDevice.Initialize()' rethrows a caught exception and specifies it explicitly as an argument. Use 'throw' without an argument instead, in order to preserve the stack location where the exception was initially raised.
1>v:\FNA-master\src\Audio\SoundBank.cs(368): warning CA2202: Microsoft.Usage : Object 'soundBankStream' can be disposed more than once in method 'SoundBank.SoundBank(AudioEngine, string)'. To avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.: Lines: 368
1>v:\FNA-master\src\Audio\SoundBank.cs(395): warning CA1063: Microsoft.Design : Ensure that 'SoundBank.Dispose(bool)' is declared as protected, virtual, and unsealed.
1>MSBUILD : warning CA1063: Microsoft.Design : Provide an overridable implementation of Dispose(bool) on 'SoundEffectInstance' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.
1>v:\FNA-master\src\Audio\SoundEffectInstance.cs(228): warning CA1063: Microsoft.Design : Modify 'SoundEffectInstance.Dispose()' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns.
1>v:\FNA-master\src\Audio\SoundEffectInstance.cs(228): warning CA1063: Microsoft.Design : Ensure that 'SoundEffectInstance.Dispose()' is declared as public and sealed.
1>v:\FNA-master\src\Audio\SoundEffectInstance.cs(219): warning CA1063: Microsoft.Design : Modify 'SoundEffectInstance.~SoundEffectInstance()' so that it calls Dispose(false) and then returns.
1>v:\FNA-master\src\Audio\WaveBank.cs(174): warning CA2202: Microsoft.Usage : Object 'stream' can be disposed more than once in method 'WaveBank.WaveBank(AudioEngine, string)'. To avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.: Lines: 174
1>MSBUILD : warning CA2237: Microsoft.Usage : Add [Serializable] to 'ContentLoadException' as this type implements ISerializable.
1>MSBUILD : warning CA2237: Microsoft.Usage : Add [Serializable] to 'UnsupportedWindowSizeRange' as this type implements ISerializable.
1>v:\FNA-master\src\Graphics\Effect\StockEffects\EnvironmentMapEffect.cs(348): warning CA1033: Microsoft.Design : Make 'EnvironmentMapEffect' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'IEffectLights.LightingEnabled.get()' and is visible to derived classes.
1>v:\FNA-master\src\Graphics\Effect\StockEffects\EnvironmentMapEffect.cs(349): warning CA1033: Microsoft.Design : Make 'EnvironmentMapEffect' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'IEffectLights.LightingEnabled.set(bool)' and is visible to derived classes.
1>v:\FNA-master\src\Graphics\GraphicsAdapter.cs(41): warning CA1065: Microsoft.Design : 'GraphicsAdapter.Description.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Graphics\GraphicsAdapter.cs(49): warning CA1065: Microsoft.Design : 'GraphicsAdapter.DeviceId.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Graphics\GraphicsAdapter.cs(57): warning CA1065: Microsoft.Design : 'GraphicsAdapter.DeviceName.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Graphics\GraphicsAdapter.cs(65): warning CA1065: Microsoft.Design : 'GraphicsAdapter.IsDefaultAdapter.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Graphics\GraphicsAdapter.cs(93): warning CA1065: Microsoft.Design : 'GraphicsAdapter.MonitorHandle.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Graphics\GraphicsAdapter.cs(101): warning CA1065: Microsoft.Design : 'GraphicsAdapter.Revision.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Graphics\GraphicsAdapter.cs(109): warning CA1065: Microsoft.Design : 'GraphicsAdapter.SubSystemId.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Graphics\GraphicsAdapter.cs(129): warning CA1065: Microsoft.Design : 'GraphicsAdapter.VendorId.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Graphics\GraphicsResource.cs(93): warning CA1063: Microsoft.Design : Modify 'GraphicsResource.~GraphicsResource()' so that it calls Dispose(false) and then returns.
1>v:\FNA-master\src\Graphics\GraphicsResource.cs(93): warning CA1821: Microsoft.Performance : 'GraphicsResource' implements a finalizer that only calls conditionally emitted methods or the base type finalizer. Remove the finalizer or ensure that it is only conditionally compiled into the assembly. If this violation occurs against a finalizer that is entirely wrapped in a conditionally-emitted block of code, suppress this message.
1>MSBUILD : warning CA1049: Microsoft.Design : Implement IDisposable on 'OpenGLDevice'.
1>v:\FNA-master\src\Graphics\Effect\StockEffects\SkinnedEffect.cs(367): warning CA1033: Microsoft.Design : Make 'SkinnedEffect' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'IEffectLights.LightingEnabled.get()' and is visible to derived classes.
1>v:\FNA-master\src\Graphics\Effect\StockEffects\SkinnedEffect.cs(368): warning CA1033: Microsoft.Design : Make 'SkinnedEffect' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'IEffectLights.LightingEnabled.set(bool)' and is visible to derived classes.
1>v:\FNA-master\src\Graphics\Vertices\VertexPositionColor.cs(50): warning CA2207: Microsoft.Usage : Initialize all static fields in 'VertexPositionColor' when those fields are declared and remove the explicit static constructor.
1>v:\FNA-master\src\Graphics\Vertices\VertexPositionColorTexture.cs(50): warning CA2207: Microsoft.Usage : Initialize all static fields in 'VertexPositionColorTexture' when those fields are declared and remove the explicit static constructor.
1>v:\FNA-master\src\Graphics\Vertices\VertexPositionNormalTexture.cs(50): warning CA2207: Microsoft.Usage : Initialize all static fields in 'VertexPositionNormalTexture' when those fields are declared and remove the explicit static constructor.
1>v:\FNA-master\src\Graphics\Vertices\VertexPositionTexture.cs(49): warning CA2207: Microsoft.Usage : Initialize all static fields in 'VertexPositionTexture' when those fields are declared and remove the explicit static constructor.
1>MSBUILD : warning CA1009: Microsoft.Design : Declare the first parameter of 'Action<char>' as an object named 'sender'.
1>MSBUILD : warning CA1009: Microsoft.Design : Declare the second parameter of 'Action<char>' as an EventArgs, or an instance of a type that extends EventArgs, named 'e'.
1>v:\FNA-master\src\Media\Album.cs(37): warning CA1065: Microsoft.Design : 'Album.Duration.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Media\Album.cs(57): warning CA1065: Microsoft.Design : 'Album.HasArt.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Media\Artist.cs(27): warning CA1065: Microsoft.Design : 'Artist.Albums.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Media\Artist.cs(56): warning CA1065: Microsoft.Design : 'Artist.Songs.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Media\Genre.cs(27): warning CA1065: Microsoft.Design : 'Genre.Albums.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Media\Genre.cs(56): warning CA1065: Microsoft.Design : 'Genre.Songs.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>MSBUILD : warning CA1063: Microsoft.Design : Provide an overridable implementation of Dispose(bool) on 'MediaLibrary' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.
1>v:\FNA-master\src\Media\MediaLibrary.cs(25): warning CA1065: Microsoft.Design : 'MediaLibrary.Albums.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Media\MediaLibrary.cs(78): warning CA1063: Microsoft.Design : Modify 'MediaLibrary.Dispose()' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns.
1>v:\FNA-master\src\Media\MediaLibrary.cs(39): warning CA1065: Microsoft.Design : 'MediaLibrary.MediaSource.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Media\MediaLibrary.cs(47): warning CA1065: Microsoft.Design : 'MediaLibrary.Playlists.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>v:\FNA-master\src\Media\MediaLibrary.cs(55): warning CA1065: Microsoft.Design : 'MediaLibrary.Songs.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>MSBUILD : warning CA1063: Microsoft.Design : Provide an overridable implementation of Dispose(bool) on 'SongCollection' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.
1>v:\FNA-master\src\Media\SongCollection.cs(65): warning CA1063: Microsoft.Design : Modify 'SongCollection.Dispose()' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns.
1>MSBUILD : warning CA1049: Microsoft.Design : Implement IDisposable on 'Video'.
1>MSBUILD : warning CA1063: Microsoft.Design : Provide an overridable implementation of Dispose(bool) on 'StorageContainer' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.
1>v:\FNA-master\src\Storage\StorageContainer.cs(165): warning CA1063: Microsoft.Design : Modify 'StorageContainer.Dispose()' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns.
1>MSBUILD : warning CA1001: Microsoft.Design : Implement IDisposable on 'StorageDevice' because it creates members of the following IDisposable types: 'StorageContainer'. If 'StorageDevice' has previously shipped, adding new members that implement IDisposable to this type is considered a breaking change to existing consumers.
1>v:\FNA-master\src\Storage\StorageDevice.cs(75): warning CA1065: Microsoft.Design : 'StorageDevice.IsConnected.get()' creates an exception of type 'Exception', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alBuffer3f(uint, int, float, float, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alBuffer3f(uint, int, float, float, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alBuffer3i(uint, int, int, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alBuffer3i(uint, int, int, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alBufferData(uint, int, byte[], IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alBufferData(uint, int, byte[], IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alBufferData(uint, int, short[], IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alBufferData(uint, int, short[], IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alBufferData(uint, int, float[], IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alBufferData(uint, int, float[], IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alBufferf(uint, int, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alBufferf(uint, int, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alBufferfv(uint, int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alBufferfv(uint, int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alBufferi(uint, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alBufferi(uint, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alBufferiv(uint, int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alBufferiv(uint, int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alDeleteBuffers(IntPtr, ref uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alDeleteBuffers(IntPtr, ref uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alDeleteBuffers(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alDeleteBuffers(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alDeleteSources(IntPtr, ref uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alDeleteSources(IntPtr, ref uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alDeleteSources(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alDeleteSources(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alDisable(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alDisable(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alDistanceModel(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alDistanceModel(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alEnable(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alEnable(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGenBuffers(IntPtr, out uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGenBuffers(IntPtr, out uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGenBuffers(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGenBuffers(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGenSources(IntPtr, out uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGenSources(IntPtr, out uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGenSources(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGenSources(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetBoolean(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetBoolean(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetBooleanv(int, bool[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetBooleanv(int, bool[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetBuffer3f(uint, int, out float, out float, out float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetBuffer3f(uint, int, out float, out float, out float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetBuffer3i(uint, int, out int, out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetBuffer3i(uint, int, out int, out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetBufferf(uint, int, out float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetBufferf(uint, int, out float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetBufferfv(uint, int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetBufferfv(uint, int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetBufferi(uint, int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetBufferi(uint, int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetBufferiv(uint, int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetBufferiv(uint, int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetDouble(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetDouble(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetDoublev(int, double[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetDoublev(int, double[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetEnumValue(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetEnumValue(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'ename' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetError()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetError()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetFloat(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetFloat(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetFloatv(int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetFloatv(int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetInteger(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetInteger(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetIntegerv(int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetIntegerv(int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetListener3f(int, out float, out float, out float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetListener3f(int, out float, out float, out float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetListener3i(int, out int, out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetListener3i(int, out int, out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetListenerf(int, out float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetListenerf(int, out float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetListenerfv(int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetListenerfv(int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetListeneri(int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetListeneri(int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetListeneriv(int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetListeneriv(int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetProcAddress(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetProcAddress(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fname' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetSource3f(uint, int, out float, out float, out float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetSource3f(uint, int, out float, out float, out float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetSource3i(uint, int, out int, out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetSource3i(uint, int, out int, out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetSourcef(uint, int, out float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetSourcef(uint, int, out float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetSourcefv(uint, int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetSourcefv(uint, int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetSourcei(uint, int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetSourcei(uint, int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alGetSourceiv(uint, int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alGetSourceiv(uint, int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alIsBuffer(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alIsBuffer(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alIsEnabled(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alIsEnabled(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alIsExtensionPresent(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alIsExtensionPresent(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'extname' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alIsSource(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alIsSource(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alListener3f(int, float, float, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alListener3f(int, float, float, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alListener3i(int, int, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alListener3i(int, int, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alListenerf(int, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alListenerf(int, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alListenerfv(int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alListenerfv(int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alListeneri(int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alListeneri(int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alListeneriv(int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alListeneriv(int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSource3f(uint, int, float, float, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSource3f(uint, int, float, float, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSource3i(uint, int, int, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSource3i(uint, int, int, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourcef(uint, int, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourcef(uint, int, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourcefv(uint, int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourcefv(uint, int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourcei(uint, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourcei(uint, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourceiv(uint, int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourceiv(uint, int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourcePause(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourcePause(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourcePausev(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourcePausev(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourcePlay(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourcePlay(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourcePlayv(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourcePlayv(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourceQueueBuffers(uint, IntPtr, ref uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourceQueueBuffers(uint, IntPtr, ref uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourceQueueBuffers(uint, IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourceQueueBuffers(uint, IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourceRewind(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourceRewind(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourceRewindv(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourceRewindv(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourceStop(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourceStop(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourceStopv(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourceStopv(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourceUnqueueBuffers(uint, IntPtr, ref uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourceUnqueueBuffers(uint, IntPtr, ref uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.alSourceUnqueueBuffers(uint, IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'AL10.alSourceUnqueueBuffers(uint, IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'AL10.INTERNAL_alGetString(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'ALC10.alcCloseDevice(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'ALC10.alcCloseDevice(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'ALC10.alcCreateContext(IntPtr, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'ALC10.alcCreateContext(IntPtr, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'ALC10.alcDestroyContext(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'ALC10.alcDestroyContext(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'ALC10.alcGetContextsDevice(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'ALC10.alcGetContextsDevice(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'ALC10.alcGetCurrentContext()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'ALC10.alcGetCurrentContext()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'ALC10.alcGetEnumValue(IntPtr, string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'ALC10.alcGetEnumValue(IntPtr, string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'enumname' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'ALC10.alcGetError(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'ALC10.alcGetError(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'ALC10.alcGetIntegerv(IntPtr, int, IntPtr, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'ALC10.alcGetIntegerv(IntPtr, int, IntPtr, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'ALC10.alcGetProcAddress(IntPtr, string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'ALC10.alcGetProcAddress(IntPtr, string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'funcname' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'ALC10.alcMakeContextCurrent(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'ALC10.alcMakeContextCurrent(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'ALC10.alcOpenDevice(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'ALC10.alcOpenDevice(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'devicename' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'ALC10.INTERNAL_alcGetString(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alAuxiliaryEffectSlotf(uint, int, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alAuxiliaryEffectSlotf(uint, int, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alAuxiliaryEffectSlotfv(uint, int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alAuxiliaryEffectSlotfv(uint, int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alAuxiliaryEffectSloti(uint, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alAuxiliaryEffectSloti(uint, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alAuxiliaryEffectSlotiv(uint, int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alAuxiliaryEffectSlotiv(uint, int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alDeleteAuxiliaryEffectSlots(IntPtr, ref uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alDeleteAuxiliaryEffectSlots(IntPtr, ref uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alDeleteAuxiliaryEffectSlots(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alDeleteAuxiliaryEffectSlots(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alDeleteEffects(IntPtr, ref uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alDeleteEffects(IntPtr, ref uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alDeleteEffects(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alDeleteEffects(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alDeleteFilters(IntPtr, ref uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alDeleteFilters(IntPtr, ref uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alDeleteFilters(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alDeleteFilters(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alEffectf(uint, int, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alEffectf(uint, int, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alEffectfv(uint, int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alEffectfv(uint, int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alEffecti(uint, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alEffecti(uint, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alEffectiv(uint, int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alEffectiv(uint, int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alFilterf(uint, int, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alFilterf(uint, int, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alFilterfv(uint, int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alFilterfv(uint, int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alFilteri(uint, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alFilteri(uint, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alFilteriv(uint, int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alFilteriv(uint, int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGenAuxiliaryEffectSlots(IntPtr, out uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGenAuxiliaryEffectSlots(IntPtr, out uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGenAuxiliaryEffectSlots(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGenAuxiliaryEffectSlots(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGenEffects(IntPtr, out uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGenEffects(IntPtr, out uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGenEffects(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGenEffects(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGenFilters(IntPtr, out uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGenFilters(IntPtr, out uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGenFilters(IntPtr, uint[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGenFilters(IntPtr, uint[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGetAuxiliaryEffectSlotf(uint, int, out float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGetAuxiliaryEffectSlotf(uint, int, out float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGetAuxiliaryEffectSlotfv(uint, int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGetAuxiliaryEffectSlotfv(uint, int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGetAuxiliaryEffectSloti(uint, int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGetAuxiliaryEffectSloti(uint, int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGetAuxiliaryEffectSlotiv(uint, int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGetAuxiliaryEffectSlotiv(uint, int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGetEffectf(uint, int, out float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGetEffectf(uint, int, out float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGetEffectfv(uint, int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGetEffectfv(uint, int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGetEffecti(uint, int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGetEffecti(uint, int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGetEffectiv(uint, int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGetEffectiv(uint, int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGetFilterf(uint, int, out float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGetFilterf(uint, int, out float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGetFilterfv(uint, int, float[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGetFilterfv(uint, int, float[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGetFilteri(uint, int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGetFilteri(uint, int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alGetFilteriv(uint, int, int[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alGetFilteriv(uint, int, int[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alIsAuxiliaryEffectSlot(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alIsAuxiliaryEffectSlot(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alIsEffect(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alIsEffect(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'EFX.alIsFilter(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'EFX.alIsFilter(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_Log(string, __arglist)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_Log(string, __arglist)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fmt' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogCritical(int, string, __arglist)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogCritical(int, string, __arglist)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fmt' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogDebug(int, string, __arglist)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogDebug(int, string, __arglist)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fmt' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogError(int, string, __arglist)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogError(int, string, __arglist)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fmt' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogInfo(int, string, __arglist)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogInfo(int, string, __arglist)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fmt' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogMessage(int, SDL.SDL_LogPriority, string, __arglist)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogMessage(int, SDL.SDL_LogPriority, string, __arglist)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fmt' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogMessageV(int, SDL.SDL_LogPriority, string, __arglist)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogMessageV(int, SDL.SDL_LogPriority, string, __arglist)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fmt' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogVerbose(int, string, __arglist)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogVerbose(int, string, __arglist)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fmt' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogWarn(int, string, __arglist)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogWarn(int, string, __arglist)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fmt' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetError(string, __arglist)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetError(string, __arglist)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fmt' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.INTERNAL_SDL_GameControllerAddMappingsFromRW(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.INTERNAL_SDL_LoadBMP_RW(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.INTERNAL_SDL_LoadWAV_RW(IntPtr, int, ref SDL.SDL_AudioSpec, out IntPtr, out uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.INTERNAL_SDL_RWFromFile(string, string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'file' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'mode' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.INTERNAL_SDL_SaveBMP_RW(IntPtr, IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.INTERNAL_SDL_ShowMessageBox(ref SDL.INTERNAL_SDL_MessageBoxData, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_AddEventWatch(SDL.SDL_EventFilter, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_AddEventWatch(SDL.SDL_EventFilter, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_AddTimer(uint, SDL.SDL_TimerCallback, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_AddTimer(uint, SDL.SDL_TimerCallback, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_AllocFormat(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_AllocFormat(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_AllocPalette(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_AllocPalette(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_AudioDeviceConnected(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_AudioDeviceConnected(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_AudioInit(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_AudioInit(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'driver_name' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_AudioQuit()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_AudioQuit()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_BlitScaled(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_BlitScaled(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_BlitScaled(IntPtr, ref SDL.SDL_Rect, IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_BlitScaled(IntPtr, ref SDL.SDL_Rect, IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_BlitScaled(IntPtr, IntPtr, IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_BlitScaled(IntPtr, IntPtr, IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_BlitScaled(IntPtr, IntPtr, IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_BlitScaled(IntPtr, IntPtr, IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_BlitSurface(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_BlitSurface(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_BlitSurface(IntPtr, ref SDL.SDL_Rect, IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_BlitSurface(IntPtr, ref SDL.SDL_Rect, IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_BlitSurface(IntPtr, IntPtr, IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_BlitSurface(IntPtr, IntPtr, IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_BlitSurface(IntPtr, IntPtr, IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_BlitSurface(IntPtr, IntPtr, IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CalculateGammaRamp(float, ushort[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CalculateGammaRamp(float, ushort[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_ClearError()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_ClearError()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_ClearHints()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_ClearHints()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CloseAudio()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CloseAudio()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CloseAudioDevice(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CloseAudioDevice(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_ConvertPixels(int, int, uint, IntPtr, int, uint, IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_ConvertPixels(int, int, uint, IntPtr, int, uint, IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_ConvertSurface(IntPtr, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_ConvertSurface(IntPtr, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_ConvertSurfaceFormat(IntPtr, uint, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_ConvertSurfaceFormat(IntPtr, uint, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CreateColorCursor(IntPtr, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CreateColorCursor(IntPtr, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CreateCursor(IntPtr, IntPtr, int, int, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CreateCursor(IntPtr, IntPtr, int, int, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CreateRenderer(IntPtr, int, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CreateRenderer(IntPtr, int, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CreateRGBSurface(uint, int, int, int, uint, uint, uint, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CreateRGBSurface(uint, int, int, int, uint, uint, uint, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CreateRGBSurfaceFrom(IntPtr, int, int, int, int, uint, uint, uint, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CreateRGBSurfaceFrom(IntPtr, int, int, int, int, uint, uint, uint, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CreateSoftwareRenderer(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CreateSoftwareRenderer(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CreateSystemCursor(SDL.SDL_SystemCursor)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CreateSystemCursor(SDL.SDL_SystemCursor)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CreateTexture(IntPtr, uint, int, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CreateTexture(IntPtr, uint, int, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CreateTextureFromSurface(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CreateTextureFromSurface(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CreateWindow(string, int, int, int, int, SDL.SDL_WindowFlags)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CreateWindow(string, int, int, int, int, SDL.SDL_WindowFlags)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'title' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CreateWindowAndRenderer(int, int, SDL.SDL_WindowFlags, out IntPtr, out IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CreateWindowAndRenderer(int, int, SDL.SDL_WindowFlags, out IntPtr, out IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_CreateWindowFrom(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_CreateWindowFrom(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_Delay(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_Delay(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_DelEventWatch(SDL.SDL_EventFilter, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_DelEventWatch(SDL.SDL_EventFilter, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_DestroyRenderer(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_DestroyRenderer(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_DestroyTexture(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_DestroyTexture(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_DestroyWindow(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_DestroyWindow(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_DisableScreenSaver()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_DisableScreenSaver()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_EnableScreenSaver()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_EnableScreenSaver()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_EnclosePoints(SDL.SDL_Point[], int, ref SDL.SDL_Rect, out SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_EnclosePoints(SDL.SDL_Point[], int, ref SDL.SDL_Rect, out SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_EventState(SDL.SDL_EventType, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_EventState(SDL.SDL_EventType, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_FillRect(IntPtr, ref SDL.SDL_Rect, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_FillRect(IntPtr, ref SDL.SDL_Rect, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_FillRects(IntPtr, SDL.SDL_Rect[], int, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_FillRects(IntPtr, SDL.SDL_Rect[], int, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_FilterEvents(SDL.SDL_EventFilter, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_FilterEvents(SDL.SDL_EventFilter, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_FlushEvent(SDL.SDL_EventType)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_FlushEvent(SDL.SDL_EventType)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_FlushEvents(SDL.SDL_EventType, SDL.SDL_EventType)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_FlushEvents(SDL.SDL_EventType, SDL.SDL_EventType)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_FreeCursor(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_FreeCursor(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_FreeFormat(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_FreeFormat(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_FreePalette(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_FreePalette(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_FreeSurface(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_FreeSurface(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_FreeWAV(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_FreeWAV(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerAddMapping(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerAddMapping(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'mappingString' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerClose(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerClose(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerEventState(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerEventState(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerGetAttached(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerGetAttached(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerGetAxis(IntPtr, SDL.SDL_GameControllerAxis)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerGetAxis(IntPtr, SDL.SDL_GameControllerAxis)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerGetAxisFromString(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerGetAxisFromString(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'pchString' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerGetBindForAxis(IntPtr, SDL.SDL_GameControllerAxis)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerGetBindForAxis(IntPtr, SDL.SDL_GameControllerAxis)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerGetBindForButton(IntPtr, SDL.SDL_GameControllerButton)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerGetBindForButton(IntPtr, SDL.SDL_GameControllerButton)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerGetButton(IntPtr, SDL.SDL_GameControllerButton)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerGetButton(IntPtr, SDL.SDL_GameControllerButton)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerGetButtonFromString(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerGetButtonFromString(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'pchString' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerGetJoystick(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerGetJoystick(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerGetStringForAxis(SDL.SDL_GameControllerAxis)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerGetStringForAxis(SDL.SDL_GameControllerAxis)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerGetStringForButton(SDL.SDL_GameControllerButton)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerGetStringForButton(SDL.SDL_GameControllerButton)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerMapping(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerMapping(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerMappingForGUID(Guid)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerMappingForGUID(Guid)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerName(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerName(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerNameForIndex(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerNameForIndex(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerOpen(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerOpen(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GameControllerUpdate()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GameControllerUpdate()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetAudioDeviceName(int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetAudioDeviceName(int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetAudioDeviceStatus(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetAudioDeviceStatus(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetAudioDriver(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetAudioDriver(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetAudioStatus()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetAudioStatus()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetBasePath()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetBasePath()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetClipboardText()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetClipboardText()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetClipRect(IntPtr, out SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetClipRect(IntPtr, out SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetClosestDisplayMode(int, ref SDL.SDL_DisplayMode, out SDL.SDL_DisplayMode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetClosestDisplayMode(int, ref SDL.SDL_DisplayMode, out SDL.SDL_DisplayMode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetColorKey(IntPtr, out uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetColorKey(IntPtr, out uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetCPUCount()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetCPUCount()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetCurrentAudioDriver()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetCurrentAudioDriver()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetCurrentDisplayMode(int, out SDL.SDL_DisplayMode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetCurrentDisplayMode(int, out SDL.SDL_DisplayMode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetCurrentVideoDriver()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetCurrentVideoDriver()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetCursor()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetCursor()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetDesktopDisplayMode(int, out SDL.SDL_DisplayMode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetDesktopDisplayMode(int, out SDL.SDL_DisplayMode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetDisplayBounds(int, out SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetDisplayBounds(int, out SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetDisplayMode(int, int, out SDL.SDL_DisplayMode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetDisplayMode(int, int, out SDL.SDL_DisplayMode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetError()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetError()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetEventFilter(out SDL.SDL_EventFilter, out IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetEventFilter(out SDL.SDL_EventFilter, out IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetHint(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetHint(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'name' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetKeyboardFocus()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetKeyboardFocus()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetKeyboardState(out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetKeyboardState(out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetKeyFromName(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetKeyFromName(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'name' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetKeyFromScancode(SDL.SDL_Scancode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetKeyFromScancode(SDL.SDL_Scancode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetKeyName(SDL.SDL_Keycode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetKeyName(SDL.SDL_Keycode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetModState()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetModState()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetMouseFocus()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetMouseFocus()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetMouseState(out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetMouseState(out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetMouseState(out int, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetMouseState(out int, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetMouseState(IntPtr, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetMouseState(IntPtr, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetMouseState(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetMouseState(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetNumAudioDevices(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetNumAudioDevices(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetNumAudioDrivers()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetNumAudioDrivers()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetNumDisplayModes(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetNumDisplayModes(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetNumRenderDrivers()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetNumRenderDrivers()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetNumTouchDevices()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetNumTouchDevices()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetNumTouchFingers(long)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetNumTouchFingers(long)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetNumVideoDisplays()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetNumVideoDisplays()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetNumVideoDrivers()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetNumVideoDrivers()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetPerformanceCounter()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetPerformanceCounter()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetPerformanceFrequency()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetPerformanceFrequency()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetPixelFormatName(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetPixelFormatName(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetPlatform()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetPlatform()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetPrefPath(string, string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetPrefPath(string, string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'org' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'app' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRelativeMouseMode()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRelativeMouseMode()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRelativeMouseState(out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRelativeMouseState(out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRenderDrawBlendMode(IntPtr, out SDL.SDL_BlendMode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRenderDrawBlendMode(IntPtr, out SDL.SDL_BlendMode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRenderDrawColor(IntPtr, out byte, out byte, out byte, out byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRenderDrawColor(IntPtr, out byte, out byte, out byte, out byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRenderDriverInfo(int, out SDL.SDL_RendererInfo)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRenderDriverInfo(int, out SDL.SDL_RendererInfo)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRenderer(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRenderer(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRendererInfo(IntPtr, out SDL.SDL_RendererInfo)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRendererInfo(IntPtr, out SDL.SDL_RendererInfo)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRendererOutputSize(IntPtr, out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRendererOutputSize(IntPtr, out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRenderTarget(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRenderTarget(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRevision()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRevision()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRevisionNumber()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRevisionNumber()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRGB(uint, IntPtr, out byte, out byte, out byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRGB(uint, IntPtr, out byte, out byte, out byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetRGBA(uint, IntPtr, out byte, out byte, out byte, out byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetRGBA(uint, IntPtr, out byte, out byte, out byte, out byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetScancodeFromKey(SDL.SDL_Keycode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetScancodeFromKey(SDL.SDL_Keycode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetScancodeFromName(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetScancodeFromName(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'name' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetScancodeName(SDL.SDL_Scancode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetScancodeName(SDL.SDL_Scancode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetSurfaceAlphaMod(IntPtr, out byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetSurfaceAlphaMod(IntPtr, out byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetSurfaceBlendMode(IntPtr, out SDL.SDL_BlendMode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetSurfaceBlendMode(IntPtr, out SDL.SDL_BlendMode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetSurfaceColorMod(IntPtr, out byte, out byte, out byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetSurfaceColorMod(IntPtr, out byte, out byte, out byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetSystemRAM()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetSystemRAM()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetTextureAlphaMod(IntPtr, out byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetTextureAlphaMod(IntPtr, out byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetTextureBlendMode(IntPtr, out SDL.SDL_BlendMode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetTextureBlendMode(IntPtr, out SDL.SDL_BlendMode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetTextureColorMod(IntPtr, out byte, out byte, out byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetTextureColorMod(IntPtr, out byte, out byte, out byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetTicks()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetTicks()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetTouchDevice(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetTouchDevice(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetTouchFinger(long, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetTouchFinger(long, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetVersion(out SDL.SDL_version)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetVersion(out SDL.SDL_version)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetVideoDriver(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetVideoDriver(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowBrightness(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowBrightness(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowData(IntPtr, string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowData(IntPtr, string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'name' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowDisplayIndex(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowDisplayIndex(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowDisplayMode(IntPtr, out SDL.SDL_DisplayMode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowDisplayMode(IntPtr, out SDL.SDL_DisplayMode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowFlags(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowFlags(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowFromID(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowFromID(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowGammaRamp(IntPtr, ushort[], ushort[], ushort[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowGammaRamp(IntPtr, ushort[], ushort[], ushort[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowGrab(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowGrab(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowID(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowID(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowMaximumSize(IntPtr, out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowMaximumSize(IntPtr, out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowMinimumSize(IntPtr, out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowMinimumSize(IntPtr, out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowPixelFormat(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowPixelFormat(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowPosition(IntPtr, out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowPosition(IntPtr, out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowSize(IntPtr, out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowSize(IntPtr, out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowSurface(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowSurface(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowTitle(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowTitle(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GetWindowWMInfo(IntPtr, ref SDL.SDL_SysWMinfo)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GetWindowWMInfo(IntPtr, ref SDL.SDL_SysWMinfo)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_BindTexture(IntPtr, out float, out float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_BindTexture(IntPtr, out float, out float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_CreateContext(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_CreateContext(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_DeleteContext(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_DeleteContext(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_ExtensionSupported(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_ExtensionSupported(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'extension' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_GetAttribute(SDL.SDL_GLattr, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_GetAttribute(SDL.SDL_GLattr, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_GetCurrentContext()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_GetCurrentContext()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_GetCurrentWindow()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_GetCurrentWindow()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_GetDrawableSize(IntPtr, out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_GetDrawableSize(IntPtr, out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_GetProcAddress(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_GetProcAddress(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'proc' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_GetSwapInterval()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_GetSwapInterval()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_MakeCurrent(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_MakeCurrent(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_ResetAttributes()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_ResetAttributes()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_SetAttribute(SDL.SDL_GLattr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_SetAttribute(SDL.SDL_GLattr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_SetSwapInterval(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_SetSwapInterval(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_SwapWindow(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_SwapWindow(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_GL_UnbindTexture(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_GL_UnbindTexture(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticClose(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticClose(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticDestroyEffect(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticDestroyEffect(IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticEffectSupported(IntPtr, ref SDL.SDL_HapticEffect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticEffectSupported(IntPtr, ref SDL.SDL_HapticEffect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticGetEffectStatus(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticGetEffectStatus(IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticIndex(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticIndex(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticName(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticName(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticNewEffect(IntPtr, ref SDL.SDL_HapticEffect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticNewEffect(IntPtr, ref SDL.SDL_HapticEffect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticNumAxes(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticNumAxes(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticNumEffects(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticNumEffects(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticNumEffectsPlaying(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticNumEffectsPlaying(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticOpen(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticOpen(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticOpened(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticOpened(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticOpenFromJoystick(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticOpenFromJoystick(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticOpenFromMouse()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticOpenFromMouse()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticPause(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticPause(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticQuery(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticQuery(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticRumbleInit(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticRumbleInit(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticRumblePlay(IntPtr, float, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticRumblePlay(IntPtr, float, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticRumbleStop(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticRumbleStop(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticRumbleSupported(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticRumbleSupported(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticRunEffect(IntPtr, int, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticRunEffect(IntPtr, int, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticSetAutocenter(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticSetAutocenter(IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticSetGain(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticSetGain(IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticStopAll(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticStopAll(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticStopEffect(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticStopEffect(IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticUnpause(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticUnpause(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HapticUpdateEffect(IntPtr, int, ref SDL.SDL_HapticEffect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HapticUpdateEffect(IntPtr, int, ref SDL.SDL_HapticEffect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HasClipboardText()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HasClipboardText()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HasEvent(SDL.SDL_EventType)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HasEvent(SDL.SDL_EventType)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HasEvents(SDL.SDL_EventType, SDL.SDL_EventType)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HasEvents(SDL.SDL_EventType, SDL.SDL_EventType)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HasIntersection(ref SDL.SDL_Rect, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HasIntersection(ref SDL.SDL_Rect, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HasScreenKeyboardSupport()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HasScreenKeyboardSupport()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_HideWindow(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_HideWindow(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_Init(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_Init(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_InitSubSystem(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_InitSubSystem(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_IntersectRect(ref SDL.SDL_Rect, ref SDL.SDL_Rect, out SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_IntersectRect(ref SDL.SDL_Rect, ref SDL.SDL_Rect, out SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_IntersectRectAndLine(ref SDL.SDL_Rect, ref int, ref int, ref int, ref int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_IntersectRectAndLine(ref SDL.SDL_Rect, ref int, ref int, ref int, ref int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_IsGameController(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_IsGameController(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_IsScreenKeyboardShown(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_IsScreenKeyboardShown(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_IsScreenSaverEnabled()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_IsScreenSaverEnabled()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_IsTextInputActive()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_IsTextInputActive()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickClose(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickClose(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickEventState(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickEventState(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickGetAttached(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickGetAttached(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickGetAxis(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickGetAxis(IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickGetBall(IntPtr, int, out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickGetBall(IntPtr, int, out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickGetButton(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickGetButton(IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickGetDeviceGUID(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickGetDeviceGUID(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickGetGUID(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickGetGUID(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickGetGUIDFromString(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickGetGUIDFromString(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'pchGUID' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickGetGUIDString(Guid, byte[], int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickGetGUIDString(Guid, byte[], int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickGetHat(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickGetHat(IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickInstanceID(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickInstanceID(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickIsHaptic(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickIsHaptic(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickName(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickName(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickNameForIndex(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickNameForIndex(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickNumAxes(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickNumAxes(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickNumBalls(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickNumBalls(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickNumButtons(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickNumButtons(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickNumHats(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickNumHats(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickOpen(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickOpen(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickOpened(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickOpened(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_JoystickUpdate()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_JoystickUpdate()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LockAudio()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LockAudio()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LockAudioDevice(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LockAudioDevice(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LockSurface(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LockSurface(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LockTexture(IntPtr, ref SDL.SDL_Rect, out IntPtr, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LockTexture(IntPtr, ref SDL.SDL_Rect, out IntPtr, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LockTexture(IntPtr, IntPtr, out IntPtr, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LockTexture(IntPtr, IntPtr, out IntPtr, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogGetOutputFunction(out SDL.SDL_LogOutputFunction, out IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogGetOutputFunction(out SDL.SDL_LogOutputFunction, out IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogGetPriority(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogGetPriority(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogResetPriorities()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogResetPriorities()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogSetAllPriority(SDL.SDL_LogPriority)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogSetAllPriority(SDL.SDL_LogPriority)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogSetOutputFunction(SDL.SDL_LogOutputFunction, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogSetOutputFunction(SDL.SDL_LogOutputFunction, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LogSetPriority(int, SDL.SDL_LogPriority)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LogSetPriority(int, SDL.SDL_LogPriority)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LowerBlit(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LowerBlit(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_LowerBlitScaled(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_LowerBlitScaled(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_MapRGB(IntPtr, byte, byte, byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_MapRGB(IntPtr, byte, byte, byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_MapRGBA(IntPtr, byte, byte, byte, byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_MapRGBA(IntPtr, byte, byte, byte, byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_MasksToPixelFormatEnum(int, uint, uint, uint, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_MasksToPixelFormatEnum(int, uint, uint, uint, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_MaximizeWindow(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_MaximizeWindow(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_MinimizeWindow(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_MinimizeWindow(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_MixAudio(byte[], byte[], uint, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_MixAudio(byte[], byte[], uint, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_MixAudioFormat(byte[], byte[], ushort, uint, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_MixAudioFormat(byte[], byte[], ushort, uint, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_MouseIsHaptic()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_MouseIsHaptic()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_NumHaptics()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_NumHaptics()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_NumJoysticks()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_NumJoysticks()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_OpenAudio(ref SDL.SDL_AudioSpec, out SDL.SDL_AudioSpec)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_OpenAudio(ref SDL.SDL_AudioSpec, out SDL.SDL_AudioSpec)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_OpenAudioDevice(string, int, ref SDL.SDL_AudioSpec, out SDL.SDL_AudioSpec, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_OpenAudioDevice(string, int, ref SDL.SDL_AudioSpec, out SDL.SDL_AudioSpec, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'device' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_PauseAudio(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_PauseAudio(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_PauseAudioDevice(uint, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_PauseAudioDevice(uint, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_PeepEvents(SDL.SDL_Event[], int, SDL.SDL_eventaction, SDL.SDL_EventType, SDL.SDL_EventType)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_PeepEvents(SDL.SDL_Event[], int, SDL.SDL_eventaction, SDL.SDL_EventType, SDL.SDL_EventType)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_PixelFormatEnumToMasks(uint, out int, out uint, out uint, out uint, out uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_PixelFormatEnumToMasks(uint, out int, out uint, out uint, out uint, out uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_PollEvent(out SDL.SDL_Event)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_PollEvent(out SDL.SDL_Event)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_PumpEvents()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_PumpEvents()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_PushEvent(ref SDL.SDL_Event)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_PushEvent(ref SDL.SDL_Event)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_QueryTexture(IntPtr, out uint, out int, out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_QueryTexture(IntPtr, out uint, out int, out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_QueryTexturePixels(IntPtr, out IntPtr, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_QueryTexturePixels(IntPtr, out IntPtr, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_Quit()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_Quit()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_QuitSubSystem(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_QuitSubSystem(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RaiseWindow(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RaiseWindow(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RectEmpty(ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RectEmpty(ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RectEquals(ref SDL.SDL_Rect, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RectEquals(ref SDL.SDL_Rect, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RegisterEvents(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RegisterEvents(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RemoveTimer(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RemoveTimer(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderClear(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderClear(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderCopy(IntPtr, IntPtr, ref SDL.SDL_Rect, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderCopy(IntPtr, IntPtr, ref SDL.SDL_Rect, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderCopy(IntPtr, IntPtr, ref SDL.SDL_Rect, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderCopy(IntPtr, IntPtr, ref SDL.SDL_Rect, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderCopy(IntPtr, IntPtr, IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderCopy(IntPtr, IntPtr, IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderCopy(IntPtr, IntPtr, IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderCopy(IntPtr, IntPtr, IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderCopyEx(IntPtr, IntPtr, ref SDL.SDL_Rect, ref SDL.SDL_Rect, double, ref SDL.SDL_Point, SDL.SDL_RendererFlip)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderCopyEx(IntPtr, IntPtr, ref SDL.SDL_Rect, ref SDL.SDL_Rect, double, ref SDL.SDL_Point, SDL.SDL_RendererFlip)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderDrawLine(IntPtr, int, int, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderDrawLine(IntPtr, int, int, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderDrawLines(IntPtr, SDL.SDL_Point[], int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderDrawLines(IntPtr, SDL.SDL_Point[], int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderDrawPoint(IntPtr, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderDrawPoint(IntPtr, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderDrawPoints(IntPtr, SDL.SDL_Point[], int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderDrawPoints(IntPtr, SDL.SDL_Point[], int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderDrawRect(IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderDrawRect(IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderDrawRect(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderDrawRect(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderDrawRects(IntPtr, SDL.SDL_Rect[], int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderDrawRects(IntPtr, SDL.SDL_Rect[], int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderFillRect(IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderFillRect(IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderFillRect(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderFillRect(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderFillRects(IntPtr, SDL.SDL_Rect[], int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderFillRects(IntPtr, SDL.SDL_Rect[], int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderGetClipRect(IntPtr, out SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderGetClipRect(IntPtr, out SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderGetLogicalSize(IntPtr, out int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderGetLogicalSize(IntPtr, out int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderGetScale(IntPtr, out float, out float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderGetScale(IntPtr, out float, out float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderGetViewport(IntPtr, out SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderGetViewport(IntPtr, out SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderPresent(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderPresent(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderReadPixels(IntPtr, ref SDL.SDL_Rect, uint, IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderReadPixels(IntPtr, ref SDL.SDL_Rect, uint, IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderSetClipRect(IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderSetClipRect(IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderSetClipRect(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderSetClipRect(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderSetLogicalSize(IntPtr, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderSetLogicalSize(IntPtr, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderSetScale(IntPtr, float, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderSetScale(IntPtr, float, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderSetViewport(IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderSetViewport(IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RenderTargetSupported(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RenderTargetSupported(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RestoreWindow(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RestoreWindow(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_RWFromMem(byte[], int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_RWFromMem(byte[], int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetClipboardText(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetClipboardText(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'text' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetClipRect(IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetClipRect(IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetColorKey(IntPtr, int, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetColorKey(IntPtr, int, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetCursor(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetCursor(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetEventFilter(SDL.SDL_EventFilter, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetEventFilter(SDL.SDL_EventFilter, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetHint(string, string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetHint(string, string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'name' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'value' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetHintWithPriority(string, string, SDL.SDL_HintPriority)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetHintWithPriority(string, string, SDL.SDL_HintPriority)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'name' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'value' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetMainReady()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetMainReady()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetModState(SDL.SDL_Keymod)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetModState(SDL.SDL_Keymod)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetPaletteColors(IntPtr, SDL.SDL_Color[], int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetPaletteColors(IntPtr, SDL.SDL_Color[], int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetPixelFormatPalette(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetPixelFormatPalette(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetRelativeMouseMode(SDL.SDL_bool)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetRelativeMouseMode(SDL.SDL_bool)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetRenderDrawBlendMode(IntPtr, SDL.SDL_BlendMode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetRenderDrawBlendMode(IntPtr, SDL.SDL_BlendMode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetRenderDrawColor(IntPtr, byte, byte, byte, byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetRenderDrawColor(IntPtr, byte, byte, byte, byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetRenderTarget(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetRenderTarget(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetSurfaceAlphaMod(IntPtr, byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetSurfaceAlphaMod(IntPtr, byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetSurfaceBlendMode(IntPtr, SDL.SDL_BlendMode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetSurfaceBlendMode(IntPtr, SDL.SDL_BlendMode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetSurfaceColorMod(IntPtr, byte, byte, byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetSurfaceColorMod(IntPtr, byte, byte, byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetSurfacePalette(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetSurfacePalette(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetSurfaceRLE(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetSurfaceRLE(IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetTextInputRect(ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetTextInputRect(ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetTextureAlphaMod(IntPtr, byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetTextureAlphaMod(IntPtr, byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetTextureBlendMode(IntPtr, SDL.SDL_BlendMode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetTextureBlendMode(IntPtr, SDL.SDL_BlendMode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetTextureColorMod(IntPtr, byte, byte, byte)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetTextureColorMod(IntPtr, byte, byte, byte)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowBordered(IntPtr, SDL.SDL_bool)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowBordered(IntPtr, SDL.SDL_bool)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowBrightness(IntPtr, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowBrightness(IntPtr, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowData(IntPtr, string, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowData(IntPtr, string, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'name' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowDisplayMode(IntPtr, ref SDL.SDL_DisplayMode)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowDisplayMode(IntPtr, ref SDL.SDL_DisplayMode)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowFullscreen(IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowFullscreen(IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowGammaRamp(IntPtr, ushort[], ushort[], ushort[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowGammaRamp(IntPtr, ushort[], ushort[], ushort[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowGrab(IntPtr, SDL.SDL_bool)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowGrab(IntPtr, SDL.SDL_bool)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowIcon(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowIcon(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowMaximumSize(IntPtr, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowMaximumSize(IntPtr, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowMinimumSize(IntPtr, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowMinimumSize(IntPtr, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowPosition(IntPtr, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowPosition(IntPtr, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowSize(IntPtr, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowSize(IntPtr, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SetWindowTitle(IntPtr, string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SetWindowTitle(IntPtr, string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'title' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_ShowCursor(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_ShowCursor(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_ShowSimpleMessageBox(SDL.SDL_MessageBoxFlags, string, string, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_ShowSimpleMessageBox(SDL.SDL_MessageBoxFlags, string, string, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'title' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'message' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_ShowWindow(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_ShowWindow(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_SoftStretch(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_SoftStretch(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_StartTextInput()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_StartTextInput()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_StopTextInput()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_StopTextInput()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_UnionRect(ref SDL.SDL_Rect, ref SDL.SDL_Rect, out SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_UnionRect(ref SDL.SDL_Rect, ref SDL.SDL_Rect, out SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_UnlockAudio()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_UnlockAudio()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_UnlockAudioDevice(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_UnlockAudioDevice(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_UnlockSurface(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_UnlockSurface(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_UnlockTexture(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_UnlockTexture(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_UpdateTexture(IntPtr, ref SDL.SDL_Rect, IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_UpdateTexture(IntPtr, ref SDL.SDL_Rect, IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_UpdateWindowSurface(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_UpdateWindowSurface(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_UpdateWindowSurfaceRects(IntPtr, SDL.SDL_Rect[], int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_UpdateWindowSurfaceRects(IntPtr, SDL.SDL_Rect[], int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_UpperBlit(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_UpperBlit(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_UpperBlitScaled(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_UpperBlitScaled(IntPtr, ref SDL.SDL_Rect, IntPtr, ref SDL.SDL_Rect)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_VideoInit(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_VideoInit(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'driver_name' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_VideoQuit()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_VideoQuit()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_WaitEvent(out SDL.SDL_Event)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_WaitEvent(out SDL.SDL_Event)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_WaitEventTimeout(out SDL.SDL_Event, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_WaitEventTimeout(out SDL.SDL_Event, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_WarpMouseInWindow(IntPtr, int, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_WarpMouseInWindow(IntPtr, int, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL.SDL_WasInit(uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL.SDL_WasInit(uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.IMG_Init(SDL_image.IMG_InitFlags)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL_image.IMG_Init(SDL_image.IMG_InitFlags)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.IMG_InvertAlpha(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL_image.IMG_InvertAlpha(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.IMG_Load(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL_image.IMG_Load(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'file' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.IMG_Load_RW(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL_image.IMG_Load_RW(IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.IMG_LoadTexture(IntPtr, string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL_image.IMG_LoadTexture(IntPtr, string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'file' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.IMG_LoadTexture_RW(IntPtr, IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL_image.IMG_LoadTexture_RW(IntPtr, IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.IMG_LoadTextureTyped_RW(IntPtr, IntPtr, int, string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL_image.IMG_LoadTextureTyped_RW(IntPtr, IntPtr, int, string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'type' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.IMG_LoadTyped_RW(IntPtr, int, string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL_image.IMG_LoadTyped_RW(IntPtr, int, string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'type' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.IMG_Quit()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL_image.IMG_Quit()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.IMG_ReadXPMFromArray(string[])' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL_image.IMG_ReadXPMFromArray(string[])' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.IMG_SavePNG(IntPtr, string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL_image.IMG_SavePNG(IntPtr, string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'file' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.IMG_SavePNG_RW(IntPtr, IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'SDL_image.IMG_SavePNG_RW(IntPtr, IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'SDL_image.INTERNAL_IMG_LinkedVersion()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_cocoa_wminfo.window' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_directfb_wminfo.dfb' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_directfb_wminfo.surface' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_directfb_wminfo.window' private.
1>MSBUILD : warning CA1049: Microsoft.Design : Implement IDisposable on 'SDL.INTERNAL_SDL_MessageBoxData'.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_uikit_wminfo.window' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_windows_wminfo.window' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_x11_wminfo.display' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_x11_wminfo.window' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_AudioSpec.userdata' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_DisplayMode.driverdata' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_DropEvent.file' private.
1>MSBUILD : warning CA1900: Microsoft.Portability : Structure 'SDL.SDL_GameControllerButtonBind' contains the following non-portable fields: 'SDL.SDL_GameControllerButtonBind.hat'.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_HapticCustom.data' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_MessageBoxData.window' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_Palette.colors' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_PixelFormat.next' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_PixelFormat.palette' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_RendererInfo.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_Surface.format' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_Surface.lock_data' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_Surface.map' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_Surface.pixels' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_Surface.userdata' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_SysWMEvent.msg' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_UserEvent.data1' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_UserEvent.data2' private.
1> Code Analysis Complete -- 0 error(s), 1404 warning(s)
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
1>------ Rebuild All started: Project: FNA, Configuration: Debug x86 ------
1> FNA -> V:\FNA-master\bin\Debug\FNA.dll
1> Running Code Analysis...
1>MSBUILD : warning CA2210: Microsoft.Design : Sign 'FNA.dll' with a strong name key.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_attribute.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.current_technique' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.errors' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.f' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.m' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.malloc_data' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.objects' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.parameters' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.profile' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.state_changes' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.techniques' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectAnnotation.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectAnnotation.semantic' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectAnnotation.values' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectParam.annotations' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectPass.annotations' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectPass.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectPass.states' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectSamplerMap.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectShader.parameters' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectShader.preshader_params' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectShader.samplers' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectShader.shader' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectStateChanges.render_state_changes' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectStateChanges.sampler_state_changes' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectString.stringvalue' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectTechnique.annotations' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectTechnique.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectTechnique.passes' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectValue.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectValue.semantic' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectValue.values' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_error.error' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_error.filename' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.attributes' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.errors' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.free' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.malloc' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.malloc_data' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.output' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.outputs' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.preshader' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.profile' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.samplers' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.swizzles' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.symbols' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.uniforms' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_preshader.instructions' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_preshader.literals' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_preshader.symbols' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_sampler.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_samplerStateRegister.sampler_name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_samplerStateRegister.sampler_states' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_symbol.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_symbolStructMember.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_symbolTypeInfo.members' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_uniform.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'TheoraPlay.THEORAPLAY_AudioPacket.next' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'TheoraPlay.THEORAPLAY_AudioPacket.samples' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'TheoraPlay.THEORAPLAY_VideoFrame.next' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'TheoraPlay.THEORAPLAY_VideoFrame.pixels' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'Vorbisfile.vorbis_comment.comment_lengths' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'Vorbisfile.vorbis_comment.user_comments' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'Vorbisfile.vorbis_comment.vendor' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'Vorbisfile.vorbis_info.codec_setup' private.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'BlendState.Additive' or change the field to one that is an immutable reference type. If the reference type 'BlendState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'BlendState.AlphaBlend' or change the field to one that is an immutable reference type. If the reference type 'BlendState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'BlendState.NonPremultiplied' or change the field to one that is an immutable reference type. If the reference type 'BlendState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'BlendState.Opaque' or change the field to one that is an immutable reference type. If the reference type 'BlendState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'DepthStencilState.Default' or change the field to one that is an immutable reference type. If the reference type 'DepthStencilState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'DepthStencilState.DepthRead' or change the field to one that is an immutable reference type. If the reference type 'DepthStencilState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'DepthStencilState.None' or change the field to one that is an immutable reference type. If the reference type 'DepthStencilState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'RasterizerState.CullClockwise' or change the field to one that is an immutable reference type. If the reference type 'RasterizerState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'RasterizerState.CullCounterClockwise' or change the field to one that is an immutable reference type. If the reference type 'RasterizerState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'RasterizerState.CullNone' or change the field to one that is an immutable reference type. If the reference type 'RasterizerState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'SamplerState.AnisotropicClamp' or change the field to one that is an immutable reference type. If the reference type 'SamplerState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'SamplerState.AnisotropicWrap' or change the field to one that is an immutable reference type. If the reference type 'SamplerState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'SamplerState.LinearClamp' or change the field to one that is an immutable reference type. If the reference type 'SamplerState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'SamplerState.LinearWrap' or change the field to one that is an immutable reference type. If the reference type 'SamplerState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'SamplerState.PointClamp' or change the field to one that is an immutable reference type. If the reference type 'SamplerState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'SamplerState.PointWrap' or change the field to one that is an immutable reference type. If the reference type 'SamplerState' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'VertexPositionColor.VertexDeclaration' or change the field to one that is an immutable reference type. If the reference type 'VertexDeclaration' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'VertexPositionColorTexture.VertexDeclaration' or change the field to one that is an immutable reference type. If the reference type 'VertexDeclaration' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'VertexPositionNormalTexture.VertexDeclaration' or change the field to one that is an immutable reference type. If the reference type 'VertexDeclaration' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2104: Microsoft.Security : Remove the read-only designation from 'VertexPositionTexture.VertexDeclaration' or change the field to one that is an immutable reference type. If the reference type 'VertexDeclaration' is, in fact, immutable, exclude this message.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_cocoa_wminfo.window' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_directfb_wminfo.dfb' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_directfb_wminfo.surface' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_directfb_wminfo.window' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_uikit_wminfo.window' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_windows_wminfo.window' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_x11_wminfo.display' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.INTERNAL_x11_wminfo.window' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_AudioSpec.userdata' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_DisplayMode.driverdata' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_DropEvent.file' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_HapticCustom.data' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_MessageBoxData.window' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_Palette.colors' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_PixelFormat.next' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_PixelFormat.palette' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_RendererInfo.name' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_Surface.format' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_Surface.lock_data' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_Surface.map' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_Surface.pixels' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_Surface.userdata' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_SysWMEvent.msg' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_UserEvent.data1' private.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'SDL.SDL_UserEvent.data2' private.
1> Code Analysis Complete -- 0 error(s), 111 warning(s)
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
This file has been truncated, but you can view the full file.
1>------ Rebuild All started: Project: FNA, Configuration: Debug x86 ------
1> FNA -> V:\FNA-master\bin\Debug\FNA.dll
1> Running Code Analysis...
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Xna' in namespace name 'Microsoft.Xna.Framework'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Xna' in namespace name 'Microsoft.Xna.Framework.Design'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Xna' in namespace name 'Microsoft.Xna.Framework.Graphics'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Xna' in namespace name 'Microsoft.Xna.Framework.Graphics.PackedVector'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Xna' in namespace name 'Microsoft.Xna.Framework.Input.Touch'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Xna' in namespace name 'Microsoft.Xna.Framework.Media'.
1>MSBUILD : warning CA1020: Microsoft.Design : Consider merging the types defined in 'Microsoft.Xna.Framework.Storage' with another namespace.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Xna' in namespace name 'Microsoft.Xna.Framework.Storage'.
1>MSBUILD : warning CA1020: Microsoft.Design : Consider merging the types defined in 'OpenAL' with another namespace.
1>MSBUILD : warning CA1020: Microsoft.Design : Consider merging the types defined in 'SDL2' with another namespace.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SDL' in namespace name 'SDL2' by changing it to 'Sdl'.
1>MSBUILD : warning CA2210: Microsoft.Design : Sign 'FNA.dll' with a strong name key.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FNA' in assembly name 'FNA.dll' by changing it to 'Fna'.
1>MSBUILD : warning CA1050: Microsoft.Design : 'MojoShader' should be declared inside a namespace.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in type name 'MojoShader'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.INTERNAL_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.INTERNAL_glGetError()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_changeset()' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'changeset' in member name 'MojoShader.MOJOSHADER_changeset()' by changing it to 'Changeset'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'changeset' in member name 'MojoShader.MOJOSHADER_changeset()' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_changeset()'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_changeset()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_changeset()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_cloneEffect(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'clone' in member name 'MojoShader.MOJOSHADER_cloneEffect(IntPtr)' by changing it to 'Clone'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_cloneEffect(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_cloneEffect(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_cloneEffect(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_effectFindNextValidTechnique(IntPtr, IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in member name 'MojoShader.MOJOSHADER_effectFindNextValidTechnique(IntPtr, IntPtr)' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_effectFindNextValidTechnique(IntPtr, IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_effectFindNextValidTechnique(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_effectFindNextValidTechnique(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_effectGetCurrentTechnique(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in member name 'MojoShader.MOJOSHADER_effectGetCurrentTechnique(IntPtr)' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_effectGetCurrentTechnique(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_effectGetCurrentTechnique(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_effectGetCurrentTechnique(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_effectSetRawValueHandle(IntPtr, IntPtr, uint, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in member name 'MojoShader.MOJOSHADER_effectSetRawValueHandle(IntPtr, IntPtr, uint, uint)' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_effectSetRawValueHandle(IntPtr, IntPtr, uint, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_effectSetRawValueHandle(IntPtr, IntPtr, uint, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_effectSetRawValueHandle(IntPtr, IntPtr, uint, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_effectSetRawValueName(IntPtr, string, IntPtr, uint, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in member name 'MojoShader.MOJOSHADER_effectSetRawValueName(IntPtr, string, IntPtr, uint, uint)' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_effectSetRawValueName(IntPtr, string, IntPtr, uint, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_effectSetRawValueName(IntPtr, string, IntPtr, uint, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_effectSetRawValueName(IntPtr, string, IntPtr, uint, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'name' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_effectSetTechnique(IntPtr, IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in member name 'MojoShader.MOJOSHADER_effectSetTechnique(IntPtr, IntPtr)' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_effectSetTechnique(IntPtr, IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_effectSetTechnique(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_effectSetTechnique(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_freeEffect(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'free' in member name 'MojoShader.MOJOSHADER_freeEffect(IntPtr)' by changing it to 'Free'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_freeEffect(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_freeEffect(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_freeEffect(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_freeParseData(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'free' in member name 'MojoShader.MOJOSHADER_freeParseData(IntPtr)' by changing it to 'Free'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_freeParseData(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_freeParseData(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_freeParseData(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_freePreshader(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'free' in member name 'MojoShader.MOJOSHADER_freePreshader(IntPtr)' by changing it to 'Free'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Preshader' in member name 'MojoShader.MOJOSHADER_freePreshader(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_freePreshader(IntPtr)', correct the spelling of 'preshader' in parameter name 'preshader' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_freePreshader(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_freePreshader(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_freePreshader(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the casing of 'd' in parameter name 'lookup_d' by changing it to 'D'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the casing of 'd' in parameter name 'malloc_d' by changing it to 'D'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'f'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'm'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'malloc' in parameter name 'malloc_d' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)'.
1>MSBUILD : warning CA1707: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', remove the underscores from parameter name 'lookup_d'.
1>MSBUILD : warning CA1707: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', remove the underscores from parameter name 'malloc_d'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glAvailableProfiles(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, IntPtr, int, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' so that it is no longer visible from outside its assembly.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1065): warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' by changing it to 'Mojoshader'.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1065): warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the casing of 'd' in parameter name 'lookup_d' by changing it to 'D'.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1065): warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the casing of 'd' in parameter name 'malloc_d' by changing it to 'D'.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1065): warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' by changing it to 'GL'.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1065): warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'f'.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1065): warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1065): warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'm'.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1065): warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'malloc' in parameter name 'malloc_d' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1065): warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)'.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1065): warning CA1707: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', remove the underscores from parameter name 'lookup_d'.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1065): warning CA1707: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glBestProfile(MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', remove the underscores from parameter name 'malloc_d'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glBindProgram(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glBindProgram(IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glBindProgram(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glBindProgram(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glBindProgram(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glBindProgram(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glBindShaders(IntPtr, IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glBindShaders(IntPtr, IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shaders' in member name 'MojoShader.MOJOSHADER_glBindShaders(IntPtr, IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glBindShaders(IntPtr, IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glBindShaders(IntPtr, IntPtr)', correct the spelling of 'pshader' in parameter name 'pshader' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glBindShaders(IntPtr, IntPtr)', correct the spelling of 'vshader' in parameter name 'vshader' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glBindShaders(IntPtr, IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glBindShaders(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glBindShaders(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glCompileEffect(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glCompileEffect(IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glCompileEffect(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glCompileEffect(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glCompileEffect(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glCompileEffect(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)', correct the spelling of 'bufsize' in parameter name 'bufsize' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)', correct the spelling of 'smap' in parameter name 'smap' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)', correct the spelling of 'smapcount' in parameter name 'smapcount' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)', correct the spelling of 'swiz' in parameter name 'swiz' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)', correct the spelling of 'swizcount' in parameter name 'swizcount' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)', correct the spelling of 'tokenbuf' in parameter name 'tokenbuf' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glCompileShader(byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the casing of 'd' in parameter name 'lookup_d' by changing it to 'D'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the casing of 'd' in parameter name 'malloc_d' by changing it to 'D'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'f'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'm'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'malloc' in parameter name 'malloc_d' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)'.
1>MSBUILD : warning CA1707: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', remove the underscores from parameter name 'lookup_d'.
1>MSBUILD : warning CA1707: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', remove the underscores from parameter name 'malloc_d'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glCreateContext(string, MojoShader.MOJOSHADER_glGetProcAddress, IntPtr, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'profile' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glDeleteEffect(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glDeleteEffect(IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glDeleteEffect(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glDeleteEffect(IntPtr)', correct the spelling of 'gl' in parameter name 'glEffect' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glDeleteEffect(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glDeleteEffect(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glDeleteEffect(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glDeleteProgram(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glDeleteProgram(IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glDeleteProgram(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glDeleteProgram(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glDeleteProgram(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glDeleteProgram(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glDeleteShader(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glDeleteShader(IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glDeleteShader(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glDeleteShader(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glDeleteShader(IntPtr)', correct the spelling of 'shader' in parameter name 'shader' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glDeleteShader(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glDeleteShader(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glDeleteShader(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glDestroyContext(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glDestroyContext(IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glDestroyContext(IntPtr)', correct the spelling of 'ctx' in parameter name 'ctx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glDestroyContext(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glDestroyContext(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glDestroyContext(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glDestroyContext(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1021: Microsoft.Design : Consider a design that does not require that 'numPasses' be an out parameter.
1>MSBUILD : warning CA1045: Microsoft.Design : Consider a design that does not require that 'stateChanges' be a reference parameter.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glEffectBegin(IntPtr, out uint, int, ref MojoShader.MOJOSHADER_effectStateChanges)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glEffectBegin(IntPtr, out uint, int, ref MojoShader.MOJOSHADER_effectStateChanges)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glEffectBegin(IntPtr, out uint, int, ref MojoShader.MOJOSHADER_effectStateChanges)', correct the spelling of 'Shader' in parameter name 'saveShaderState' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glEffectBegin(IntPtr, out uint, int, ref MojoShader.MOJOSHADER_effectStateChanges)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glEffectBegin(IntPtr, out uint, int, ref MojoShader.MOJOSHADER_effectStateChanges)', correct the spelling of 'gl' in parameter name 'glEffect' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glEffectBegin(IntPtr, out uint, int, ref MojoShader.MOJOSHADER_effectStateChanges)', correct the spelling of 'num' in parameter name 'numPasses' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glEffectBegin(IntPtr, out uint, int, ref MojoShader.MOJOSHADER_effectStateChanges)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glEffectBegin(IntPtr, out uint, int, ref MojoShader.MOJOSHADER_effectStateChanges)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glEffectBegin(IntPtr, out uint, int, ref MojoShader.MOJOSHADER_effectStateChanges)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glEffectBeginPass(IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glEffectBeginPass(IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glEffectBeginPass(IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glEffectBeginPass(IntPtr, uint)', correct the spelling of 'gl' in parameter name 'glEffect' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glEffectBeginPass(IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glEffectBeginPass(IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glEffectBeginPass(IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glEffectCommitChanges(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glEffectCommitChanges(IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glEffectCommitChanges(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glEffectCommitChanges(IntPtr)', correct the spelling of 'gl' in parameter name 'glEffect' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glEffectCommitChanges(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glEffectCommitChanges(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glEffectCommitChanges(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glEffectEnd(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glEffectEnd(IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glEffectEnd(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glEffectEnd(IntPtr)', correct the spelling of 'gl' in parameter name 'glEffect' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glEffectEnd(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glEffectEnd(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glEffectEnd(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glEffectEndPass(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glEffectEndPass(IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glEffectEndPass(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glEffectEndPass(IntPtr)', correct the spelling of 'gl' in parameter name 'glEffect' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glEffectEndPass(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glEffectEndPass(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glEffectEndPass(IntPtr)' so that it is no longer visible from outside its assembly.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1098): warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glGetError()' by changing it to 'Mojoshader'.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1098): warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glGetError()' by changing it to 'GL'.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1098): warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glGetError()' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\lib\MojoShader-CS\MojoShader.cs(1098): warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glGetError()'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformB(uint, IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformB(uint, IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformB(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetPixelShaderUniformB(uint, IntPtr, uint)', correct the spelling of 'bcount' in parameter name 'bcount' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformB(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetPixelShaderUniformB(uint, IntPtr, uint)', correct the spelling of 'idx' in parameter name 'idx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformB(uint, IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetPixelShaderUniformB(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetPixelShaderUniformB(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformF(uint, IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glGetPixelShaderUniformF(uint, IntPtr, uint)', correct the casing of 'count' in parameter name 'vec4count' by changing it to 'Count'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformF(uint, IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformF(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformF(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetPixelShaderUniformF(uint, IntPtr, uint)', correct the spelling of 'idx' in parameter name 'idx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetPixelShaderUniformF(uint, IntPtr, uint)', correct the spelling of 'vec' in parameter name 'vec4count' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformF(uint, IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetPixelShaderUniformF(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetPixelShaderUniformF(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformI(uint, IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glGetPixelShaderUniformI(uint, IntPtr, uint)', correct the casing of 'count' in parameter name 'ivec4count' by changing it to 'Count'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformI(uint, IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformI(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformI(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetPixelShaderUniformI(uint, IntPtr, uint)', correct the spelling of 'idx' in parameter name 'idx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetPixelShaderUniformI(uint, IntPtr, uint)', correct the spelling of 'ivec' in parameter name 'ivec4count' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glGetPixelShaderUniformI(uint, IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetPixelShaderUniformI(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetPixelShaderUniformI(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glGetShaderParseData(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glGetShaderParseData(IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glGetShaderParseData(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glGetShaderParseData(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetShaderParseData(IntPtr)', correct the spelling of 'shader' in parameter name 'shader' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glGetShaderParseData(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetShaderParseData(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetShaderParseData(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformB(uint, IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformB(uint, IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformB(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetVertexShaderUniformB(uint, IntPtr, uint)', correct the spelling of 'bcount' in parameter name 'bcount' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformB(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetVertexShaderUniformB(uint, IntPtr, uint)', correct the spelling of 'idx' in parameter name 'idx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformB(uint, IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetVertexShaderUniformB(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetVertexShaderUniformB(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformF(uint, IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glGetVertexShaderUniformF(uint, IntPtr, uint)', correct the casing of 'count' in parameter name 'vec4count' by changing it to 'Count'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformF(uint, IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformF(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformF(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetVertexShaderUniformF(uint, IntPtr, uint)', correct the spelling of 'idx' in parameter name 'idx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetVertexShaderUniformF(uint, IntPtr, uint)', correct the spelling of 'vec' in parameter name 'vec4count' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformF(uint, IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetVertexShaderUniformF(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetVertexShaderUniformF(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformI(uint, IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glGetVertexShaderUniformI(uint, IntPtr, uint)', correct the casing of 'count' in parameter name 'ivec4count' by changing it to 'Count'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformI(uint, IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformI(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformI(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetVertexShaderUniformI(uint, IntPtr, uint)', correct the spelling of 'idx' in parameter name 'idx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glGetVertexShaderUniformI(uint, IntPtr, uint)', correct the spelling of 'ivec' in parameter name 'ivec4count' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glGetVertexShaderUniformI(uint, IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glGetVertexShaderUniformI(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glGetVertexShaderUniformI(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glLinkProgram(IntPtr, IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glLinkProgram(IntPtr, IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glLinkProgram(IntPtr, IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glLinkProgram(IntPtr, IntPtr)', correct the spelling of 'pshader' in parameter name 'pshader' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glLinkProgram(IntPtr, IntPtr)', correct the spelling of 'vshader' in parameter name 'vshader' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glLinkProgram(IntPtr, IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glLinkProgram(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glLinkProgram(IntPtr, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glMakeContextCurrent(IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glMakeContextCurrent(IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glMakeContextCurrent(IntPtr)', correct the spelling of 'ctx' in parameter name 'ctx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glMakeContextCurrent(IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glMakeContextCurrent(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glMakeContextCurrent(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glMakeContextCurrent(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glMaxUniforms(MojoShader.MOJOSHADER_shaderType)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glMaxUniforms(MojoShader.MOJOSHADER_shaderType)' by changing it to 'GL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glMaxUniforms(MojoShader.MOJOSHADER_shaderType)', correct the casing of 'type' in parameter name 'shader_type' by changing it to 'Type'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glMaxUniforms(MojoShader.MOJOSHADER_shaderType)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glMaxUniforms(MojoShader.MOJOSHADER_shaderType)', correct the spelling of 'shader' in parameter name 'shader_type' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glMaxUniforms(MojoShader.MOJOSHADER_shaderType)'.
1>MSBUILD : warning CA1707: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glMaxUniforms(MojoShader.MOJOSHADER_shaderType)', remove the underscores from parameter name 'shader_type'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glMaxUniforms(MojoShader.MOJOSHADER_shaderType)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glMaxUniforms(MojoShader.MOJOSHADER_shaderType)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glProgramReady()' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glProgramReady()' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glProgramReady()' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glProgramReady()'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glProgramReady()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glProgramReady()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glProgramViewportFlip(int)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glProgramViewportFlip(int)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glProgramViewportFlip(int)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glProgramViewportFlip(int)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glProgramViewportFlip(int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glProgramViewportFlip(int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glSetLegacyBumpMapEnv(uint, float, float, float, float, float, float)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glSetLegacyBumpMapEnv(uint, float, float, float, float, float, float)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Env' in member name 'MojoShader.MOJOSHADER_glSetLegacyBumpMapEnv(uint, float, float, float, float, float, float)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glSetLegacyBumpMapEnv(uint, float, float, float, float, float, float)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetLegacyBumpMapEnv(uint, float, float, float, float, float, float)', correct the spelling of 'loffset' in parameter name 'loffset' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetLegacyBumpMapEnv(uint, float, float, float, float, float, float)', correct the spelling of 'lscale' in parameter name 'lscale' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glSetLegacyBumpMapEnv(uint, float, float, float, float, float, float)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetLegacyBumpMapEnv(uint, float, float, float, float, float, float)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetLegacyBumpMapEnv(uint, float, float, float, float, float, float)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformB(uint, IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformB(uint, IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformB(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetPixelShaderUniformB(uint, IntPtr, uint)', correct the spelling of 'bcount' in parameter name 'bcount' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformB(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetPixelShaderUniformB(uint, IntPtr, uint)', correct the spelling of 'idx' in parameter name 'idx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformB(uint, IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetPixelShaderUniformB(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetPixelShaderUniformB(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformF(uint, IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glSetPixelShaderUniformF(uint, IntPtr, uint)', correct the casing of 'count' in parameter name 'vec4count' by changing it to 'Count'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformF(uint, IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformF(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformF(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetPixelShaderUniformF(uint, IntPtr, uint)', correct the spelling of 'idx' in parameter name 'idx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetPixelShaderUniformF(uint, IntPtr, uint)', correct the spelling of 'vec' in parameter name 'vec4count' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformF(uint, IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetPixelShaderUniformF(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetPixelShaderUniformF(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformI(uint, IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glSetPixelShaderUniformI(uint, IntPtr, uint)', correct the casing of 'count' in parameter name 'ivec4count' by changing it to 'Count'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformI(uint, IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformI(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformI(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetPixelShaderUniformI(uint, IntPtr, uint)', correct the spelling of 'idx' in parameter name 'idx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetPixelShaderUniformI(uint, IntPtr, uint)', correct the spelling of 'ivec' in parameter name 'ivec4count' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glSetPixelShaderUniformI(uint, IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetPixelShaderUniformI(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetPixelShaderUniformI(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glSetVertexAttribDivisor(MojoShader.MOJOSHADER_usage, int, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glSetVertexAttribDivisor(MojoShader.MOJOSHADER_usage, int, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Attrib' in member name 'MojoShader.MOJOSHADER_glSetVertexAttribDivisor(MojoShader.MOJOSHADER_usage, int, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glSetVertexAttribDivisor(MojoShader.MOJOSHADER_usage, int, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glSetVertexAttribDivisor(MojoShader.MOJOSHADER_usage, int, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetVertexAttribDivisor(MojoShader.MOJOSHADER_usage, int, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetVertexAttribDivisor(MojoShader.MOJOSHADER_usage, int, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glSetVertexAttribute(MojoShader.MOJOSHADER_usage, int, uint, MojoShader.MOJOSHADER_attributeType, int, uint, IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glSetVertexAttribute(MojoShader.MOJOSHADER_usage, int, uint, MojoShader.MOJOSHADER_attributeType, int, uint, IntPtr)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glSetVertexAttribute(MojoShader.MOJOSHADER_usage, int, uint, MojoShader.MOJOSHADER_attributeType, int, uint, IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1720: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glSetVertexAttribute(MojoShader.MOJOSHADER_usage, int, uint, MojoShader.MOJOSHADER_attributeType, int, uint, IntPtr)', consider replacing the data type identifier 'ptr' in parameter name 'ptr' with a more generic term, such as 'value'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glSetVertexAttribute(MojoShader.MOJOSHADER_usage, int, uint, MojoShader.MOJOSHADER_attributeType, int, uint, IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetVertexAttribute(MojoShader.MOJOSHADER_usage, int, uint, MojoShader.MOJOSHADER_attributeType, int, uint, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetVertexAttribute(MojoShader.MOJOSHADER_usage, int, uint, MojoShader.MOJOSHADER_attributeType, int, uint, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformB(uint, IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformB(uint, IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformB(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetVertexShaderUniformB(uint, IntPtr, uint)', correct the spelling of 'bcount' in parameter name 'bcount' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformB(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetVertexShaderUniformB(uint, IntPtr, uint)', correct the spelling of 'idx' in parameter name 'idx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformB(uint, IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetVertexShaderUniformB(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetVertexShaderUniformB(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformF(uint, IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glSetVertexShaderUniformF(uint, IntPtr, uint)', correct the casing of 'count' in parameter name 'vec4count' by changing it to 'Count'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformF(uint, IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformF(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformF(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetVertexShaderUniformF(uint, IntPtr, uint)', correct the spelling of 'idx' in parameter name 'idx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetVertexShaderUniformF(uint, IntPtr, uint)', correct the spelling of 'vec' in parameter name 'vec4count' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformF(uint, IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetVertexShaderUniformF(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetVertexShaderUniformF(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformI(uint, IntPtr, uint)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_glSetVertexShaderUniformI(uint, IntPtr, uint)', correct the casing of 'count' in parameter name 'ivec4count' by changing it to 'Count'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformI(uint, IntPtr, uint)' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformI(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformI(uint, IntPtr, uint)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetVertexShaderUniformI(uint, IntPtr, uint)', correct the spelling of 'idx' in parameter name 'idx' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_glSetVertexShaderUniformI(uint, IntPtr, uint)', correct the spelling of 'ivec' in parameter name 'ivec4count' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_glSetVertexShaderUniformI(uint, IntPtr, uint)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_glSetVertexShaderUniformI(uint, IntPtr, uint)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_glSetVertexShaderUniformI(uint, IntPtr, uint)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_maxShaderModel(string)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'max' in member name 'MojoShader.MOJOSHADER_maxShaderModel(string)' by changing it to 'Max'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in member name 'MojoShader.MOJOSHADER_maxShaderModel(string)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_maxShaderModel(string)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_maxShaderModel(string)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_maxShaderModel(string)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'profile' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'parse' in member name 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' by changing it to 'Parse'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'bufsize' in parameter name 'bufsize' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'd'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'f'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'm'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'smap' in parameter name 'smap' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'smapcount' in parameter name 'smapcount' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'swiz' in parameter name 'swiz' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'swizcount' in parameter name 'swizcount' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'tokenbuf' in parameter name 'tokenbuf' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_parse(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'profile' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'parse' in member name 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' by changing it to 'Parse'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'buf' in parameter name 'buf' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'd'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'f'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'm'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'smap' in parameter name 'smap' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'smapcount' in parameter name 'smapcount' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'swiz' in parameter name 'swiz' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'swizcount' in parameter name 'swizcount' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)'.
1>MSBUILD : warning CA1707: Microsoft.Naming : In member 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', remove the underscores from parameter name '_len'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_parseEffect(string, byte[], uint, MojoShader.MOJOSHADER_swizzle[], uint, MojoShader.MOJOSHADER_samplerMap[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'profile' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_parsePreshader(byte[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'parse' in member name 'MojoShader.MOJOSHADER_parsePreshader(byte[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' by changing it to 'Parse'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Preshader' in member name 'MojoShader.MOJOSHADER_parsePreshader(byte[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parsePreshader(byte[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', correct the spelling of 'buf' in parameter name 'buf' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parsePreshader(byte[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'd'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parsePreshader(byte[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'f'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'MojoShader.MOJOSHADER_parsePreshader(byte[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)', consider providing a more meaningful name than parameter name 'm'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_parsePreshader(byte[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_parsePreshader(byte[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_parsePreshader(byte[], uint, MojoShader.MOJOSHADER_malloc, MojoShader.MOJOSHADER_free, IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'AFTER' in member name 'MojoShader.MOJOSHADER_POSITION_AFTER' by changing it to 'After'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_POSITION_AFTER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POSITION' in member name 'MojoShader.MOJOSHADER_POSITION_AFTER' by changing it to 'Position'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_POSITION_AFTER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BEFORE' in member name 'MojoShader.MOJOSHADER_POSITION_BEFORE' by changing it to 'Before'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_POSITION_BEFORE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POSITION' in member name 'MojoShader.MOJOSHADER_POSITION_BEFORE' by changing it to 'Position'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_POSITION_BEFORE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_POSITION_NONE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NONE' in member name 'MojoShader.MOJOSHADER_POSITION_NONE' by changing it to 'None'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POSITION' in member name 'MojoShader.MOJOSHADER_POSITION_NONE' by changing it to 'Position'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_POSITION_NONE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ARB' in member name 'MojoShader.MOJOSHADER_PROFILE_ARB1' by changing it to 'Arb'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_PROFILE_ARB1' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PROFILE' in member name 'MojoShader.MOJOSHADER_PROFILE_ARB1' by changing it to 'Profile'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_PROFILE_ARB1'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BYTECODE' in member name 'MojoShader.MOJOSHADER_PROFILE_BYTECODE' by changing it to 'Bytecode'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_PROFILE_BYTECODE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PROFILE' in member name 'MojoShader.MOJOSHADER_PROFILE_BYTECODE' by changing it to 'Profile'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_PROFILE_BYTECODE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_PROFILE_D3D' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PROFILE' in member name 'MojoShader.MOJOSHADER_PROFILE_D3D' by changing it to 'Profile'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_PROFILE_D3D'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'GLSL' in member name 'MojoShader.MOJOSHADER_PROFILE_GLSL' by changing it to 'Glsl'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_PROFILE_GLSL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PROFILE' in member name 'MojoShader.MOJOSHADER_PROFILE_GLSL' by changing it to 'Profile'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_PROFILE_GLSL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'GLSL' in member name 'MojoShader.MOJOSHADER_PROFILE_GLSL120' by changing it to 'Glsl'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_PROFILE_GLSL120' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PROFILE' in member name 'MojoShader.MOJOSHADER_PROFILE_GLSL120' by changing it to 'Profile'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_PROFILE_GLSL120'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_PROFILE_NV2' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PROFILE' in member name 'MojoShader.MOJOSHADER_PROFILE_NV2' by changing it to 'Profile'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_PROFILE_NV2'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_PROFILE_NV3' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PROFILE' in member name 'MojoShader.MOJOSHADER_PROFILE_NV3' by changing it to 'Profile'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_PROFILE_NV3'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_PROFILE_NV4' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PROFILE' in member name 'MojoShader.MOJOSHADER_PROFILE_NV4' by changing it to 'Profile'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_PROFILE_NV4'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_version()' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'version' in member name 'MojoShader.MOJOSHADER_version()' by changing it to 'Version'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_version()'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'MojoShader.MOJOSHADER_version()' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'MojoShader.MOJOSHADER_version()' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_attribute' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'attribute' in type name 'MojoShader.MOJOSHADER_attribute' by changing it to 'Attribute'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_attribute'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_attribute'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_attribute' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_attribute' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_attribute.index' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_attribute.name' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_attribute.name' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_attribute.usage' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_attributeType' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'attribute' in type name 'MojoShader.MOJOSHADER_attributeType' by changing it to 'Attribute'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_attributeType'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATTRIBUTE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_BYTE' by changing it to 'Attribute'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BYTE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_BYTE' by changing it to 'Byte'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_BYTE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_BYTE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATTRIBUTE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_DOUBLE' by changing it to 'Attribute'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DOUBLE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_DOUBLE' by changing it to 'Double'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_DOUBLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_DOUBLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATTRIBUTE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_FLOAT' by changing it to 'Attribute'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FLOAT' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_FLOAT' by changing it to 'Float'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_FLOAT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_FLOAT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATTRIBUTE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_HALF_FLOAT' by changing it to 'Attribute'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FLOAT' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_HALF_FLOAT' by changing it to 'Float'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'HALF' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_HALF_FLOAT' by changing it to 'Half'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_HALF_FLOAT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_HALF_FLOAT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATTRIBUTE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_INT' by changing it to 'Attribute'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INT' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_INT' by changing it to 'Int'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_INT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_INT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATTRIBUTE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_SHORT' by changing it to 'Attribute'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_SHORT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SHORT' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_SHORT' by changing it to 'Short'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_SHORT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATTRIBUTE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_UBYTE' by changing it to 'Attribute'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_UBYTE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UBYTE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_UBYTE' by changing it to 'Ubyte'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_UBYTE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATTRIBUTE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_UINT' by changing it to 'Attribute'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_UINT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UINT' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_UINT' by changing it to 'Uint'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_UINT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATTRIBUTE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_UNKNOWN' by changing it to 'Attribute'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_UNKNOWN' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNKNOWN' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_UNKNOWN' by changing it to 'Unknown'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_UNKNOWN'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATTRIBUTE' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_USHORT' by changing it to 'Attribute'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_USHORT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USHORT' in member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_USHORT' by changing it to 'Ushort'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_attributeType.MOJOSHADER_ATTRIBUTE_USHORT'.
1>MSBUILD : warning CA1008: Microsoft.Design : Add a member to 'MojoShader.MOJOSHADER_blendMode' that has a value of zero with a suggested name of 'None'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_blendMode' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'blend' in type name 'MojoShader.MOJOSHADER_blendMode' by changing it to 'Blend'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_blendMode'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_BLENDFACTOR' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLENDFACTOR' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_BLENDFACTOR' by changing it to 'Blendfactor'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_BLENDFACTOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_BLENDFACTOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_BOTHINVSRCALPHA' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BOTHINVSRCALPHA' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_BOTHINVSRCALPHA' by changing it to 'Bothinvsrcalpha'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_BOTHINVSRCALPHA' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_BOTHINVSRCALPHA'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_BOTHSRCALPHA' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BOTHSRCALPHA' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_BOTHSRCALPHA' by changing it to 'Bothsrcalpha'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_BOTHSRCALPHA' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_BOTHSRCALPHA'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_DESTALPHA' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DESTALPHA' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_DESTALPHA' by changing it to 'Destalpha'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_DESTALPHA' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_DESTALPHA'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_DESTCOLOR' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DESTCOLOR' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_DESTCOLOR' by changing it to 'Destcolor'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_DESTCOLOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_DESTCOLOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVBLENDFACTOR' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INVBLENDFACTOR' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVBLENDFACTOR' by changing it to 'Invblendfactor'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVBLENDFACTOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVBLENDFACTOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVDESTALPHA' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INVDESTALPHA' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVDESTALPHA' by changing it to 'Invdestalpha'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVDESTALPHA' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVDESTALPHA'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVDESTCOLOR' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INVDESTCOLOR' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVDESTCOLOR' by changing it to 'Invdestcolor'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVDESTCOLOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVDESTCOLOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVSRCALPHA' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INVSRCALPHA' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVSRCALPHA' by changing it to 'Invsrcalpha'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVSRCALPHA' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVSRCALPHA'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVSRCCOLOR' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INVSRCCOLOR' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVSRCCOLOR' by changing it to 'Invsrccolor'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVSRCCOLOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVSRCCOLOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVSRCCOLOR2' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INVSRCCOLOR' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVSRCCOLOR2' by changing it to 'Invsrccolor'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVSRCCOLOR2' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_INVSRCCOLOR2'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_ONE' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_ONE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ONE' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_ONE' by changing it to 'One'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_ONE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCALPHA' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCALPHA' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SRCALPHA' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCALPHA' by changing it to 'Srcalpha'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCALPHA'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCALPHASAT' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCALPHASAT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SRCALPHASAT' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCALPHASAT' by changing it to 'Srcalphasat'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCALPHASAT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCCOLOR' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCCOLOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SRCCOLOR' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCCOLOR' by changing it to 'Srccolor'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCCOLOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCCOLOR2' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCCOLOR2' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SRCCOLOR' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCCOLOR2' by changing it to 'Srccolor'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_SRCCOLOR2'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLEND' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_ZERO' by changing it to 'Blend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_ZERO' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ZERO' in member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_ZERO' by changing it to 'Zero'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendMode.MOJOSHADER_BLEND_ZERO'.
1>MSBUILD : warning CA1008: Microsoft.Design : Add a member to 'MojoShader.MOJOSHADER_blendOp' that has a value of zero with a suggested name of 'None'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_blendOp' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'blend' in type name 'MojoShader.MOJOSHADER_blendOp' by changing it to 'Blend'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_blendOp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ADD' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_ADD' by changing it to 'Add'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLENDOP' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_ADD' by changing it to 'Blendop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_ADD' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_ADD'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLENDOP' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_MAX' by changing it to 'Blendop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MAX' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_MAX' by changing it to 'Max'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_MAX' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_MAX'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLENDOP' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_MIN' by changing it to 'Blendop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MIN' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_MIN' by changing it to 'Min'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_MIN' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_MIN'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLENDOP' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_REVSUBTRACT' by changing it to 'Blendop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_REVSUBTRACT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'REVSUBTRACT' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_REVSUBTRACT' by changing it to 'Revsubtract'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_REVSUBTRACT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLENDOP' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_SUBTRACT' by changing it to 'Blendop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_SUBTRACT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SUBTRACT' in member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_SUBTRACT' by changing it to 'Subtract'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_blendOp.MOJOSHADER_BLENDOP_SUBTRACT'.
1>MSBUILD : warning CA1008: Microsoft.Design : Add a member to 'MojoShader.MOJOSHADER_compareFunc' that has a value of zero with a suggested name of 'None'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_compareFunc' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'compare' in type name 'MojoShader.MOJOSHADER_compareFunc' by changing it to 'Compare'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_compareFunc'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ALWAYS' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_ALWAYS' by changing it to 'Always'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CMP' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_ALWAYS' by changing it to 'Cmp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_ALWAYS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_ALWAYS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CMP' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_EQUAL' by changing it to 'Cmp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'EQUAL' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_EQUAL' by changing it to 'Equal'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_EQUAL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_EQUAL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CMP' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_GREATER' by changing it to 'Cmp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'GREATER' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_GREATER' by changing it to 'Greater'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_GREATER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_GREATER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CMP' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_GREATEREQUAL' by changing it to 'Cmp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'GREATEREQUAL' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_GREATEREQUAL' by changing it to 'Greaterequal'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_GREATEREQUAL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_GREATEREQUAL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CMP' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_LESS' by changing it to 'Cmp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'LESS' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_LESS' by changing it to 'Less'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_LESS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_LESS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CMP' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_LESSEQUAL' by changing it to 'Cmp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'LESSEQUAL' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_LESSEQUAL' by changing it to 'Lessequal'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_LESSEQUAL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_LESSEQUAL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CMP' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_NEVER' by changing it to 'Cmp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_NEVER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NEVER' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_NEVER' by changing it to 'Never'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_NEVER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CMP' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_NOTEQUAL' by changing it to 'Cmp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_NOTEQUAL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NOTEQUAL' in member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_NOTEQUAL' by changing it to 'Notequal'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_compareFunc.MOJOSHADER_CMP_NOTEQUAL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_constant' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'constant' in type name 'MojoShader.MOJOSHADER_constant' by changing it to 'Constant'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_constant'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_constant'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_constant' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_constant' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_constant.b' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'MojoShader.MOJOSHADER_constant.b'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_constant.f' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'MojoShader.MOJOSHADER_constant.f'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_constant.i' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'MojoShader.MOJOSHADER_constant.i'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_constant.index' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_constant.type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1008: Microsoft.Design : Add a member to 'MojoShader.MOJOSHADER_cullMode' that has a value of zero with a suggested name of 'None'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_cullMode' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'cull' in type name 'MojoShader.MOJOSHADER_cullMode' by changing it to 'Cull'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_cullMode'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CCW' in member name 'MojoShader.MOJOSHADER_cullMode.MOJOSHADER_CULL_CCW' by changing it to 'Ccw'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CULL' in member name 'MojoShader.MOJOSHADER_cullMode.MOJOSHADER_CULL_CCW' by changing it to 'Cull'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_cullMode.MOJOSHADER_CULL_CCW' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_cullMode.MOJOSHADER_CULL_CCW'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CULL' in member name 'MojoShader.MOJOSHADER_cullMode.MOJOSHADER_CULL_CW' by changing it to 'Cull'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_cullMode.MOJOSHADER_CULL_CW' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_cullMode.MOJOSHADER_CULL_CW'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CULL' in member name 'MojoShader.MOJOSHADER_cullMode.MOJOSHADER_CULL_NONE' by changing it to 'Cull'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_cullMode.MOJOSHADER_CULL_NONE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NONE' in member name 'MojoShader.MOJOSHADER_cullMode.MOJOSHADER_CULL_NONE' by changing it to 'None'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_cullMode.MOJOSHADER_CULL_NONE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_debugMonitorTokens' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'debug' in type name 'MojoShader.MOJOSHADER_debugMonitorTokens' by changing it to 'Debug'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_debugMonitorTokens'.
1>MSBUILD : warning CA1717: Microsoft.Naming : If the name 'MojoShader.MOJOSHADER_debugMonitorTokens' is plural, change it to its singular form.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DISABLE' in member name 'MojoShader.MOJOSHADER_debugMonitorTokens.MOJOSHADER_DMT_DISABLE' by changing it to 'Disable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DMT' in member name 'MojoShader.MOJOSHADER_debugMonitorTokens.MOJOSHADER_DMT_DISABLE' by changing it to 'Dmt'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_debugMonitorTokens.MOJOSHADER_DMT_DISABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_debugMonitorTokens.MOJOSHADER_DMT_DISABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DMT' in member name 'MojoShader.MOJOSHADER_debugMonitorTokens.MOJOSHADER_DMT_ENABLE' by changing it to 'Dmt'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ENABLE' in member name 'MojoShader.MOJOSHADER_debugMonitorTokens.MOJOSHADER_DMT_ENABLE' by changing it to 'Enable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_debugMonitorTokens.MOJOSHADER_DMT_ENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_debugMonitorTokens.MOJOSHADER_DMT_ENABLE'.
1>MSBUILD : warning CA1008: Microsoft.Design : Add a member to 'MojoShader.MOJOSHADER_degreeType' that has a value of zero with a suggested name of 'None'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_degreeType' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'degree' in type name 'MojoShader.MOJOSHADER_degreeType' by changing it to 'Degree'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_degreeType'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CUBIC' in member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_CUBIC' by changing it to 'Cubic'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DEGREE' in member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_CUBIC' by changing it to 'Degree'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_CUBIC' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_CUBIC'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DEGREE' in member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_LINEAR' by changing it to 'Degree'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'LINEAR' in member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_LINEAR' by changing it to 'Linear'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_LINEAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_LINEAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DEGREE' in member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_QUADRATIC' by changing it to 'Degree'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_QUADRATIC' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'QUADRATIC' in member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_QUADRATIC' by changing it to 'Quadratic'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_QUADRATIC'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DEGREE' in member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_QUINTIC' by changing it to 'Degree'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_QUINTIC' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'QUINTIC' in member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_QUINTIC' by changing it to 'Quintic'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_degreeType.MOJOSHADER_DEGREE_QUINTIC'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effect' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effect' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effect'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effect'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effect' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effect' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.current_pass' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.current_technique' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.current_technique' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.error_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.errors' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.errors' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.f' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'MojoShader.MOJOSHADER_effect.f'.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.f' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.m' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'MojoShader.MOJOSHADER_effect.m'.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.m' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.malloc_data' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'malloc' in member name 'MojoShader.MOJOSHADER_effect.malloc_data' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.malloc_data' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.object_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.objects' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.objects' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.param_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'param' in member name 'MojoShader.MOJOSHADER_effect.param_count' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.parameters' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.parameters' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.profile' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.profile' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.restore_render_state' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.state_changes' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.state_changes' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.technique_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effect.techniques' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effect.techniques' private.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectAnnotation' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectAnnotation' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectAnnotation'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectAnnotation'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectAnnotation' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectAnnotation' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectAnnotation.column_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectAnnotation.element_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectAnnotation.name' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectAnnotation.name' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectAnnotation.row_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectAnnotation.semantic' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectAnnotation.semantic' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectAnnotation.value_class' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectAnnotation.value_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectAnnotation.value_type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectAnnotation.values' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectAnnotation.values' private.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectObject' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectObject' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectObject'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectObject'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectObject' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectObject' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectObject.mapping' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectObject.shader' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'shader' in member name 'MojoShader.MOJOSHADER_effectObject.shader' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectObject.stringvalue' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'stringvalue' in member name 'MojoShader.MOJOSHADER_effectObject.stringvalue' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectObject.texture' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectObject.type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectParam' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectParam' by changing it to 'Effect'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Param' in type name 'MojoShader.MOJOSHADER_effectParam'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectParam'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectParam'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectParam' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectParam' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectParam.annotation_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectParam.annotations' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectParam.annotations' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectParam.value' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectPass' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectPass' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectPass'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectPass'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectPass' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectPass' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectPass.annotation_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectPass.annotations' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectPass.annotations' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectPass.name' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectPass.name' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectPass.state_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectPass.states' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectPass.states' private.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectSamplerMap' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectSamplerMap' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectSamplerMap'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectSamplerMap'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectSamplerMap' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectSamplerMap' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectSamplerMap.name' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectSamplerMap.name' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectSamplerMap.type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectSamplerState' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectSamplerState' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectSamplerState'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectSamplerState'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectSamplerState' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectSamplerState' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectSamplerState.type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectSamplerState.value' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectShader' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectShader' by changing it to 'Effect'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Shader' in type name 'MojoShader.MOJOSHADER_effectShader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectShader'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectShader'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectShader' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectShader' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectShader.is_preshader' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'preshader' in member name 'MojoShader.MOJOSHADER_effectShader.is_preshader' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectShader.param_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'param' in member name 'MojoShader.MOJOSHADER_effectShader.param_count' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectShader.parameters' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectShader.parameters' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectShader.pass' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectShader.preshader_param_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'param' in member name 'MojoShader.MOJOSHADER_effectShader.preshader_param_count' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'preshader' in member name 'MojoShader.MOJOSHADER_effectShader.preshader_param_count' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectShader.preshader_params' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'params' in member name 'MojoShader.MOJOSHADER_effectShader.preshader_params' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'preshader' in member name 'MojoShader.MOJOSHADER_effectShader.preshader_params' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectShader.preshader_params' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectShader.sampler_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectShader.samplers' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectShader.samplers' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectShader.shader' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'shader' in member name 'MojoShader.MOJOSHADER_effectShader.shader' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectShader.shader' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectShader.technique' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectShader.type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectState' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectState' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectState'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectState'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectState' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectState' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectState.type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectState.value' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectStateChanges' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectStateChanges' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectStateChanges'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectStateChanges'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectStateChanges' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectStateChanges' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectStateChanges.render_state_change_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectStateChanges.render_state_changes' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectStateChanges.render_state_changes' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectStateChanges.sampler_state_change_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectStateChanges.sampler_state_changes' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectStateChanges.sampler_state_changes' private.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectString' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectString' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectString'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectString'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectString' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectString' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectString.stringvalue' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'stringvalue' in member name 'MojoShader.MOJOSHADER_effectString.stringvalue' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectString.stringvalue' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectString.type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectTechnique' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectTechnique' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectTechnique'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectTechnique'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectTechnique' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectTechnique' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectTechnique.annotation_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectTechnique.annotations' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectTechnique.annotations' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectTechnique.name' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectTechnique.name' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectTechnique.pass_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectTechnique.passes' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectTechnique.passes' private.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectTexture' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectTexture' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectTexture'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectTexture'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectTexture' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectTexture' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectTexture.type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_effectValue' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'effect' in type name 'MojoShader.MOJOSHADER_effectValue' by changing it to 'Effect'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_effectValue'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_effectValue'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectValue' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_effectValue' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectValue.column_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectValue.element_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectValue.name' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectValue.name' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectValue.row_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectValue.semantic' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectValue.semantic' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectValue.value_class' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectValue.value_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectValue.value_type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_effectValue.values' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_effectValue.values' private.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_error' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'error' in type name 'MojoShader.MOJOSHADER_error' by changing it to 'Error'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_error'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_error'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_error' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_error' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_error.error' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_error.error' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_error.error_position' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1702: Microsoft.Naming : The discrete term 'filename' in member name 'MojoShader.MOJOSHADER_error.filename' should be expressed as a compound word, 'fileName'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_error.filename' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_error.filename' private.
1>MSBUILD : warning CA1008: Microsoft.Design : Add a member to 'MojoShader.MOJOSHADER_fillMode' that has a value of zero with a suggested name of 'None'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_fillMode' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'fill' in type name 'MojoShader.MOJOSHADER_fillMode' by changing it to 'Fill'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_fillMode'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FILL' in member name 'MojoShader.MOJOSHADER_fillMode.MOJOSHADER_FILL_POINT' by changing it to 'Fill'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_fillMode.MOJOSHADER_FILL_POINT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POINT' in member name 'MojoShader.MOJOSHADER_fillMode.MOJOSHADER_FILL_POINT' by changing it to 'Point'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_fillMode.MOJOSHADER_FILL_POINT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FILL' in member name 'MojoShader.MOJOSHADER_fillMode.MOJOSHADER_FILL_SOLID' by changing it to 'Fill'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_fillMode.MOJOSHADER_FILL_SOLID' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SOLID' in member name 'MojoShader.MOJOSHADER_fillMode.MOJOSHADER_FILL_SOLID' by changing it to 'Solid'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_fillMode.MOJOSHADER_FILL_SOLID'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FILL' in member name 'MojoShader.MOJOSHADER_fillMode.MOJOSHADER_FILL_WIREFRAME' by changing it to 'Fill'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_fillMode.MOJOSHADER_FILL_WIREFRAME' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WIREFRAME' in member name 'MojoShader.MOJOSHADER_fillMode.MOJOSHADER_FILL_WIREFRAME' by changing it to 'Wireframe'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_fillMode.MOJOSHADER_FILL_WIREFRAME'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_fogMode' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'fog' in type name 'MojoShader.MOJOSHADER_fogMode' by changing it to 'Fog'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_fogMode'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'EXP' in member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_EXP' by changing it to 'Exp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FOG' in member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_EXP' by changing it to 'Fog'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_EXP' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_EXP'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'EXP' in member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_EXP2' by changing it to 'Exp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FOG' in member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_EXP2' by changing it to 'Fog'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_EXP2' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_EXP2'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FOG' in member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_LINEAR' by changing it to 'Fog'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'LINEAR' in member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_LINEAR' by changing it to 'Linear'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_LINEAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_LINEAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FOG' in member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_NONE' by changing it to 'Fog'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_NONE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NONE' in member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_NONE' by changing it to 'None'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_fogMode.MOJOSHADER_FOG_NONE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_free' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'free' in type name 'MojoShader.MOJOSHADER_free' by changing it to 'Free'.
1>MSBUILD : warning CA1720: Microsoft.Naming : In delegate 'MojoShader.MOJOSHADER_free', consider replacing the data type identifier 'ptr' in parameter name 'ptr' with a more generic term, such as 'value'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_free'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_free'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_glGetProcAddress' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'gl' in type name 'MojoShader.MOJOSHADER_glGetProcAddress' by changing it to 'GL'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Proc' in type name 'MojoShader.MOJOSHADER_glGetProcAddress'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In delegate 'MojoShader.MOJOSHADER_glGetProcAddress', correct the spelling of 'fnname' in parameter name 'fnname' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'gl' in type name 'MojoShader.MOJOSHADER_glGetProcAddress'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_glGetProcAddress'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_glGetProcAddress'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_malloc' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'malloc' in type name 'MojoShader.MOJOSHADER_malloc' by changing it to 'Malloc'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'malloc' in type name 'MojoShader.MOJOSHADER_malloc'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_malloc'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_malloc'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_materialColorSource' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'material' in type name 'MojoShader.MOJOSHADER_materialColorSource' by changing it to 'Material'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_materialColorSource'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'COLOR' in member name 'MojoShader.MOJOSHADER_materialColorSource.MOJOSHADER_MCS_COLOR1' by changing it to 'Color'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MCS' in member name 'MojoShader.MOJOSHADER_materialColorSource.MOJOSHADER_MCS_COLOR1' by changing it to 'Mcs'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_materialColorSource.MOJOSHADER_MCS_COLOR1' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_materialColorSource.MOJOSHADER_MCS_COLOR1'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'COLOR' in member name 'MojoShader.MOJOSHADER_materialColorSource.MOJOSHADER_MCS_COLOR2' by changing it to 'Color'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MCS' in member name 'MojoShader.MOJOSHADER_materialColorSource.MOJOSHADER_MCS_COLOR2' by changing it to 'Mcs'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_materialColorSource.MOJOSHADER_MCS_COLOR2' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_materialColorSource.MOJOSHADER_MCS_COLOR2'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MATERIAL' in member name 'MojoShader.MOJOSHADER_materialColorSource.MOJOSHADER_MCS_MATERIAL' by changing it to 'Material'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MCS' in member name 'MojoShader.MOJOSHADER_materialColorSource.MOJOSHADER_MCS_MATERIAL' by changing it to 'Mcs'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_materialColorSource.MOJOSHADER_MCS_MATERIAL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_materialColorSource.MOJOSHADER_MCS_MATERIAL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_parseData' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'parse' in type name 'MojoShader.MOJOSHADER_parseData' by changing it to 'Parse'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_parseData'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_parseData'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_parseData' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_parseData' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.attribute_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.attributes' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.attributes' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.constant_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.error_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.errors' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.errors' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.free' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.free' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.instruction_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.major_ver' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'ver' in member name 'MojoShader.MOJOSHADER_parseData.major_ver' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.malloc' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'malloc' in member name 'MojoShader.MOJOSHADER_parseData.malloc' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.malloc' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.malloc_data' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'malloc' in member name 'MojoShader.MOJOSHADER_parseData.malloc_data' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.malloc_data' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.minor_ver' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'ver' in member name 'MojoShader.MOJOSHADER_parseData.minor_ver' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.output' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.output' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.output_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.output_len' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.outputs' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.outputs' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.preshader' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'preshader' in member name 'MojoShader.MOJOSHADER_parseData.preshader' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.preshader' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.profile' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.profile' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.sampler_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.samplers' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.samplers' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.shader_type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'shader' in member name 'MojoShader.MOJOSHADER_parseData.shader_type' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.swizzle_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.swizzles' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.swizzles' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.symbol_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.symbols' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.symbols' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.uniform_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_parseData.uniforms' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_parseData.uniforms' private.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_patchedEdgeStyle' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'patched' in type name 'MojoShader.MOJOSHADER_patchedEdgeStyle' by changing it to 'Patched'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_patchedEdgeStyle'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CONTINUOUS' in member name 'MojoShader.MOJOSHADER_patchedEdgeStyle.MOJOSHADER_PATCHEDGE_CONTINUOUS' by changing it to 'Continuous'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_patchedEdgeStyle.MOJOSHADER_PATCHEDGE_CONTINUOUS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PATCHEDGE' in member name 'MojoShader.MOJOSHADER_patchedEdgeStyle.MOJOSHADER_PATCHEDGE_CONTINUOUS' by changing it to 'Patchedge'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_patchedEdgeStyle.MOJOSHADER_PATCHEDGE_CONTINUOUS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DISCRETE' in member name 'MojoShader.MOJOSHADER_patchedEdgeStyle.MOJOSHADER_PATCHEDGE_DISCRETE' by changing it to 'Discrete'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_patchedEdgeStyle.MOJOSHADER_PATCHEDGE_DISCRETE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PATCHEDGE' in member name 'MojoShader.MOJOSHADER_patchedEdgeStyle.MOJOSHADER_PATCHEDGE_DISCRETE' by changing it to 'Patchedge'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_patchedEdgeStyle.MOJOSHADER_PATCHEDGE_DISCRETE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_preshader' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'preshader' in type name 'MojoShader.MOJOSHADER_preshader' by changing it to 'Preshader'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'preshader' in type name 'MojoShader.MOJOSHADER_preshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_preshader'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_preshader'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_preshader' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_preshader' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshader.instruction_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshader.instructions' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_preshader.instructions' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshader.literal_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshader.literals' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_preshader.literals' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshader.symbol_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshader.symbols' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_preshader.symbols' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshader.temp_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_preshaderInstruction' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'preshader' in type name 'MojoShader.MOJOSHADER_preshaderInstruction' by changing it to 'Preshader'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'preshader' in type name 'MojoShader.MOJOSHADER_preshaderInstruction'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_preshaderInstruction'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_preshaderInstruction'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_preshaderInstruction' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_preshaderInstruction' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshaderInstruction.element_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1702: Microsoft.Naming : The discrete term 'opcode' in member name 'MojoShader.MOJOSHADER_preshaderInstruction.opcode' should be expressed as a compound word, 'opCode'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshaderInstruction.opcode' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshaderInstruction.operand_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshaderInstruction.operand1' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshaderInstruction.operand2' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshaderInstruction.operand3' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshaderInstruction.operand4' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1702: Microsoft.Naming : The discrete term 'Opcode' in type name 'MojoShader.MOJOSHADER_preshaderOpcode' should be expressed as a compound word, 'OpCode'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_preshaderOpcode' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'preshader' in type name 'MojoShader.MOJOSHADER_preshaderOpcode' by changing it to 'Preshader'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'preshader' in type name 'MojoShader.MOJOSHADER_preshaderOpcode'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_preshaderOpcode'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ACOS' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ACOS' by changing it to 'Acos'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ACOS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ACOS' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ACOS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ADD' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ADD' by changing it to 'Add'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ADD' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ADD' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ADD'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ADD' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ADD_SCALAR' by changing it to 'Add'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ADD_SCALAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ADD_SCALAR' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCALAR' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ADD_SCALAR' by changing it to 'Scalar'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ADD_SCALAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ASIN' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ASIN' by changing it to 'Asin'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ASIN' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ASIN' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ASIN'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATAN' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN' by changing it to 'Atan'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATAN' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN2' by changing it to 'Atan'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN2' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN2' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN2'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ATAN' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN2_SCALAR' by changing it to 'Atan'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN2_SCALAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN2_SCALAR' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCALAR' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN2_SCALAR' by changing it to 'Scalar'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_ATAN2_SCALAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CMP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_CMP' by changing it to 'Cmp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_CMP' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_CMP' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_CMP'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'COS' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_COS' by changing it to 'Cos'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_COS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_COS' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_COS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DIV' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DIV' by changing it to 'Div'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DIV' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DIV' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DIV'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DIV' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DIV_SCALAR' by changing it to 'Div'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DIV_SCALAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DIV_SCALAR' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCALAR' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DIV_SCALAR' by changing it to 'Scalar'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DIV_SCALAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DOT' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DOT' by changing it to 'Dot'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DOT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DOT' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DOT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DOT' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DOT_SCALAR' by changing it to 'Dot'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DOT_SCALAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DOT_SCALAR' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCALAR' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DOT_SCALAR' by changing it to 'Scalar'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_DOT_SCALAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'EXP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_EXP' by changing it to 'Exp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_EXP' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_EXP' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_EXP'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FRC' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_FRC' by changing it to 'Frc'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_FRC' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_FRC' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_FRC'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_GE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_GE' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_GE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_GE_SCALAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_GE_SCALAR' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCALAR' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_GE_SCALAR' by changing it to 'Scalar'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_GE_SCALAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'LOG' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_LOG' by changing it to 'Log'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_LOG' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_LOG' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_LOG'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_LT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_LT' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_LT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_LT_SCALAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_LT_SCALAR' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCALAR' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_LT_SCALAR' by changing it to 'Scalar'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_LT_SCALAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MAX' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MAX' by changing it to 'Max'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MAX' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MAX' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MAX'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MAX' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MAX_SCALAR' by changing it to 'Max'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MAX_SCALAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MAX_SCALAR' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCALAR' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MAX_SCALAR' by changing it to 'Scalar'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MAX_SCALAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MIN' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MIN' by changing it to 'Min'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MIN' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MIN' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MIN'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MIN' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MIN_SCALAR' by changing it to 'Min'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MIN_SCALAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MIN_SCALAR' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCALAR' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MIN_SCALAR' by changing it to 'Scalar'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MIN_SCALAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MOV' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOV' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MOV' by changing it to 'Mov'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MOV' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MOV'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MOVC' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOVC' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MOVC' by changing it to 'Movc'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MOVC' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MOVC'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MUL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MUL' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MUL' by changing it to 'Mul'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MUL' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MUL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MUL_SCALAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MUL' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MUL_SCALAR' by changing it to 'Mul'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MUL_SCALAR' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCALAR' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MUL_SCALAR' by changing it to 'Scalar'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_MUL_SCALAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NEG' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NEG' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NEG' by changing it to 'Neg'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NEG' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NEG'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOISE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NOISE' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOISE' by changing it to 'Noise'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOISE' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOISE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOISE_SCALAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NOISE' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOISE_SCALAR' by changing it to 'Noise'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOISE_SCALAR' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCALAR' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOISE_SCALAR' by changing it to 'Scalar'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOISE_SCALAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOP' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NOP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOP' by changing it to 'Nop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOP' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_NOP'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_RCP' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_RCP' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'RCP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_RCP' by changing it to 'Rcp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_RCP'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_RSQ' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_RSQ' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'RSQ' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_RSQ' by changing it to 'Rsq'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_RSQ'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_SCALAR_OPS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'OPS' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_SCALAR_OPS' by changing it to 'Ops'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_SCALAR_OPS' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCALAR' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_SCALAR_OPS' by changing it to 'Scalar'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_SCALAR_OPS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_SIN' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROP' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_SIN' by changing it to 'Preshaderop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SIN' in member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_SIN' by changing it to 'Sin'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOpcode.MOJOSHADER_PRESHADEROP_SIN'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_preshaderOperand' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'preshader' in type name 'MojoShader.MOJOSHADER_preshaderOperand' by changing it to 'Preshader'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'preshader' in type name 'MojoShader.MOJOSHADER_preshaderOperand'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_preshaderOperand'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_preshaderOperand'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_preshaderOperand' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_preshaderOperand' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshaderOperand.index' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_preshaderOperand.type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_preshaderOperandType' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'preshader' in type name 'MojoShader.MOJOSHADER_preshaderOperandType' by changing it to 'Preshader'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'preshader' in type name 'MojoShader.MOJOSHADER_preshaderOperandType'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_preshaderOperandType'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INPUT' in member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_INPUT' by changing it to 'Input'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_INPUT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROPERAND' in member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_INPUT' by changing it to 'Preshaderoperand'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_INPUT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'LITERAL' in member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_LITERAL' by changing it to 'Literal'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_LITERAL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROPERAND' in member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_LITERAL' by changing it to 'Preshaderoperand'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_LITERAL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_OUTPUT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'OUTPUT' in member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_OUTPUT' by changing it to 'Output'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROPERAND' in member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_OUTPUT' by changing it to 'Preshaderoperand'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_OUTPUT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_TEMP' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PRESHADEROPERAND' in member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_TEMP' by changing it to 'Preshaderoperand'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEMP' in member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_TEMP' by changing it to 'Temp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_preshaderOperandType.MOJOSHADER_PRESHADEROPERAND_TEMP'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_renderStateType' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'render' in type name 'MojoShader.MOJOSHADER_renderStateType' by changing it to 'Render'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_renderStateType'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ADAPTIVETESS' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ADAPTIVETESS_W' by changing it to 'Adaptivetess'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ADAPTIVETESS_W' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ADAPTIVETESS_W'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ADAPTIVETESS' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ADAPTIVETESS_X' by changing it to 'Adaptivetess'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ADAPTIVETESS_X' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ADAPTIVETESS_X'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ADAPTIVETESS' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ADAPTIVETESS_Y' by changing it to 'Adaptivetess'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ADAPTIVETESS_Y' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ADAPTIVETESS_Y'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ADAPTIVETESS' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ADAPTIVETESS_Z' by changing it to 'Adaptivetess'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ADAPTIVETESS_Z' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ADAPTIVETESS_Z'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ALPHABLENDENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ALPHABLENDENABLE' by changing it to 'Alphablendenable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ALPHABLENDENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ALPHABLENDENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ALPHAFUNC' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ALPHAFUNC' by changing it to 'Alphafunc'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ALPHAFUNC' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ALPHAFUNC'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ALPHAREF' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ALPHAREF' by changing it to 'Alpharef'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ALPHAREF' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ALPHAREF'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ALPHATESTENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ALPHATESTENABLE' by changing it to 'Alphatestenable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ALPHATESTENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ALPHATESTENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'AMBIENT' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_AMBIENT' by changing it to 'Ambient'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_AMBIENT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_AMBIENT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'AMBIENTMATERIALSOURCE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_AMBIENTMATERIALSOURCE' by changing it to 'Ambientmaterialsource'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_AMBIENTMATERIALSOURCE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_AMBIENTMATERIALSOURCE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ANTIALIASEDLINEENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ANTIALIASEDLINEENABLE' by changing it to 'Antialiasedlineenable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ANTIALIASEDLINEENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ANTIALIASEDLINEENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLENDFACTOR' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_BLENDFACTOR' by changing it to 'Blendfactor'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_BLENDFACTOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_BLENDFACTOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLENDOP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_BLENDOP' by changing it to 'Blendop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_BLENDOP' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_BLENDOP'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLENDOPALPHA' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_BLENDOPALPHA' by changing it to 'Blendopalpha'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_BLENDOPALPHA' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_BLENDOPALPHA'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CCW' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILFAIL' by changing it to 'Ccw'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILFAIL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILFAIL' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILFAIL' by changing it to 'Stencilfail'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILFAIL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CCW' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILFUNC' by changing it to 'Ccw'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILFUNC' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILFUNC' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILFUNC' by changing it to 'Stencilfunc'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILFUNC'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CCW' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILPASS' by changing it to 'Ccw'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILPASS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILPASS' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILPASS' by changing it to 'Stencilpass'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILPASS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CCW' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILZFAIL' by changing it to 'Ccw'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILZFAIL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILZFAIL' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILZFAIL' by changing it to 'Stencilzfail'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CCW_STENCILZFAIL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CLIPPING' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CLIPPING' by changing it to 'Clipping'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CLIPPING' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CLIPPING'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CLIPPLANEENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CLIPPLANEENABLE' by changing it to 'Clipplaneenable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CLIPPLANEENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CLIPPLANEENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'COLORVERTEX' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORVERTEX' by changing it to 'Colorvertex'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORVERTEX' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORVERTEX'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'COLORWRITEENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORWRITEENABLE' by changing it to 'Colorwriteenable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORWRITEENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORWRITEENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'COLORWRITEENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORWRITEENABLE1' by changing it to 'Colorwriteenable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORWRITEENABLE1' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORWRITEENABLE1'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'COLORWRITEENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORWRITEENABLE2' by changing it to 'Colorwriteenable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORWRITEENABLE2' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORWRITEENABLE2'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'COLORWRITEENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORWRITEENABLE3' by changing it to 'Colorwriteenable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORWRITEENABLE3' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_COLORWRITEENABLE3'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CULLMODE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CULLMODE' by changing it to 'Cullmode'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CULLMODE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_CULLMODE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DEBUGMONITORTOKEN' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DEBUGMONITORTOKEN' by changing it to 'Debugmonitortoken'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DEBUGMONITORTOKEN' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DEBUGMONITORTOKEN'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DEPTHBIAS' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DEPTHBIAS' by changing it to 'Depthbias'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DEPTHBIAS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DEPTHBIAS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DESTBLEND' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DESTBLEND' by changing it to 'Destblend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DESTBLEND' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DESTBLEND'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DESTBLENDALPHA' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DESTBLENDALPHA' by changing it to 'Destblendalpha'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DESTBLENDALPHA' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DESTBLENDALPHA'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DIFFUSEMATERIALSOURCE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DIFFUSEMATERIALSOURCE' by changing it to 'Diffusematerialsource'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DIFFUSEMATERIALSOURCE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DIFFUSEMATERIALSOURCE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DITHERENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DITHERENABLE' by changing it to 'Ditherenable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DITHERENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_DITHERENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'EMISSIVEMATERIALSOURCE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_EMISSIVEMATERIALSOURCE' by changing it to 'Emissivematerialsource'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_EMISSIVEMATERIALSOURCE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_EMISSIVEMATERIALSOURCE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ENABLEADAPTIVETESSELLATION' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ENABLEADAPTIVETESSELLATION' by changing it to 'Enableadaptivetessellation'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ENABLEADAPTIVETESSELLATION' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ENABLEADAPTIVETESSELLATION'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FILLMODE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FILLMODE' by changing it to 'Fillmode'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FILLMODE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FILLMODE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FOGCOLOR' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGCOLOR' by changing it to 'Fogcolor'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGCOLOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGCOLOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FOGDENSITY' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGDENSITY' by changing it to 'Fogdensity'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGDENSITY' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGDENSITY'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FOGENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGENABLE' by changing it to 'Fogenable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FOGEND' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGEND' by changing it to 'Fogend'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGEND' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGEND'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FOGSTART' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGSTART' by changing it to 'Fogstart'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGSTART' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGSTART'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FOGTABLEMODE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGTABLEMODE' by changing it to 'Fogtablemode'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGTABLEMODE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGTABLEMODE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FOGVERTEXMODE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGVERTEXMODE' by changing it to 'Fogvertexmode'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGVERTEXMODE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_FOGVERTEXMODE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INDEXEDVERTEXBLENDENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_INDEXEDVERTEXBLENDENABLE' by changing it to 'Indexedvertexblendenable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_INDEXEDVERTEXBLENDENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_INDEXEDVERTEXBLENDENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'LASTPIXEL' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_LASTPIXEL' by changing it to 'Lastpixel'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_LASTPIXEL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_LASTPIXEL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'LIGHTING' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_LIGHTING' by changing it to 'Lighting'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_LIGHTING' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_LIGHTING'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'LOCALVIEWER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_LOCALVIEWER' by changing it to 'Localviewer'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_LOCALVIEWER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_LOCALVIEWER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MAXTESSELLATIONLEVEL' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_MAXTESSELLATIONLEVEL' by changing it to 'Maxtessellationlevel'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_MAXTESSELLATIONLEVEL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_MAXTESSELLATIONLEVEL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MINTESSELLATIONLEVEL' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_MINTESSELLATIONLEVEL' by changing it to 'Mintessellationlevel'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_MINTESSELLATIONLEVEL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_MINTESSELLATIONLEVEL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_MULTISAMPLEANTIALIAS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MULTISAMPLEANTIALIAS' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_MULTISAMPLEANTIALIAS' by changing it to 'Multisampleantialias'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_MULTISAMPLEANTIALIAS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_MULTISAMPLEMASK' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MULTISAMPLEMASK' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_MULTISAMPLEMASK' by changing it to 'Multisamplemask'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_MULTISAMPLEMASK'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_NORMALDEGREE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NORMALDEGREE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_NORMALDEGREE' by changing it to 'Normaldegree'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_NORMALDEGREE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_NORMALIZENORMALS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NORMALIZENORMALS' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_NORMALIZENORMALS' by changing it to 'Normalizenormals'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_NORMALIZENORMALS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_PATCHEDGESTYLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PATCHEDGESTYLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_PATCHEDGESTYLE' by changing it to 'Patchedgestyle'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_PATCHEDGESTYLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_PIXELSHADER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PIXELSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_PIXELSHADER' by changing it to 'Pixelshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_PIXELSHADER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSCALE_A' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POINTSCALE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSCALE_A' by changing it to 'Pointscale'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSCALE_A'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSCALE_B' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POINTSCALE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSCALE_B' by changing it to 'Pointscale'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSCALE_B'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSCALE_C' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POINTSCALE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSCALE_C' by changing it to 'Pointscale'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSCALE_C'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSCALEENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POINTSCALEENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSCALEENABLE' by changing it to 'Pointscaleenable'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSCALEENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSIZE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POINTSIZE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSIZE' by changing it to 'Pointsize'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSIZE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MAX' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSIZE_MAX' by changing it to 'Max'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSIZE_MAX' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POINTSIZE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSIZE_MAX' by changing it to 'Pointsize'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSIZE_MAX'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MIN' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSIZE_MIN' by changing it to 'Min'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSIZE_MIN' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POINTSIZE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSIZE_MIN' by changing it to 'Pointsize'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSIZE_MIN'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSPRITEENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POINTSPRITEENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSPRITEENABLE' by changing it to 'Pointspriteenable'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POINTSPRITEENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POSITIONDEGREE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POSITIONDEGREE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POSITIONDEGREE' by changing it to 'Positiondegree'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_POSITIONDEGREE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_RANGEFOGENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'RANGEFOGENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_RANGEFOGENABLE' by changing it to 'Rangefogenable'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_RANGEFOGENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SCISSORTESTENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCISSORTESTENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SCISSORTESTENABLE' by changing it to 'Scissortestenable'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SCISSORTESTENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SEPARATEALPHABLENDENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SEPARATEALPHABLENDENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SEPARATEALPHABLENDENABLE' by changing it to 'Separatealphablendenable'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SEPARATEALPHABLENDENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SHADEMODE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SHADEMODE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SHADEMODE' by changing it to 'Shademode'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SHADEMODE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SLOPESCALEDEPTHBIAS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SLOPESCALEDEPTHBIAS' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SLOPESCALEDEPTHBIAS' by changing it to 'Slopescaledepthbias'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SLOPESCALEDEPTHBIAS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SPECULARENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SPECULARENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SPECULARENABLE' by changing it to 'Specularenable'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SPECULARENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SPECULARMATERIALSOURCE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SPECULARMATERIALSOURCE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SPECULARMATERIALSOURCE' by changing it to 'Specularmaterialsource'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SPECULARMATERIALSOURCE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SRCBLEND' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SRCBLEND' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SRCBLEND' by changing it to 'Srcblend'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SRCBLEND'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SRCBLENDALPHA' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SRCBLENDALPHA' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SRCBLENDALPHA' by changing it to 'Srcblendalpha'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SRCBLENDALPHA'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SRGBWRITEENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SRGBWRITEENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SRGBWRITEENABLE' by changing it to 'Srgbwriteenable'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_SRGBWRITEENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILENABLE' by changing it to 'Stencilenable'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILFAIL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILFAIL' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILFAIL' by changing it to 'Stencilfail'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILFAIL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILFUNC' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILFUNC' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILFUNC' by changing it to 'Stencilfunc'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILFUNC'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILMASK' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILMASK' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILMASK' by changing it to 'Stencilmask'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILMASK'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILPASS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILPASS' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILPASS' by changing it to 'Stencilpass'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILPASS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILREF' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILREF' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILREF' by changing it to 'Stencilref'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILREF'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILWRITEMASK' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILWRITEMASK' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILWRITEMASK' by changing it to 'Stencilwritemask'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILWRITEMASK'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILZFAIL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILZFAIL' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILZFAIL' by changing it to 'Stencilzfail'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_STENCILZFAIL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_TEXTUREFACTOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTUREFACTOR' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_TEXTUREFACTOR' by changing it to 'Texturefactor'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_TEXTUREFACTOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_TWEENFACTOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TWEENFACTOR' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_TWEENFACTOR' by changing it to 'Tweenfactor'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_TWEENFACTOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_TWOSIDEDSTENCILMODE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TWOSIDEDSTENCILMODE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_TWOSIDEDSTENCILMODE' by changing it to 'Twosidedstencilmode'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_TWOSIDEDSTENCILMODE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_VERTEXBLEND' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VERTEXBLEND' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_VERTEXBLEND' by changing it to 'Vertexblend'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_VERTEXBLEND'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_VERTEXSHADER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VERTEXSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_VERTEXSHADER' by changing it to 'Vertexshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_VERTEXSHADER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP0' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP0' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP0'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP1' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP1' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP1'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP10' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP10' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP10'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP11' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP11' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP11'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP12' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP12' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP12'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP13' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP13' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP13'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP14' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP14' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP14'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP15' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP15' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP15'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP2' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP2' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP2'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP3' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP3' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP3'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP4' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP4' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP4'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP5' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP5' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP5'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP6' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP6' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP6'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP7' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP7' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP7'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP8' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP8' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP8'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP9' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP9' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_WRAP9'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ZENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ZENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ZENABLE' by changing it to 'Zenable'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ZENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ZFUNC' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ZFUNC' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ZFUNC' by changing it to 'Zfunc'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ZFUNC'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ZWRITEENABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ZWRITEENABLE' in member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ZWRITEENABLE' by changing it to 'Zwriteenable'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_renderStateType.MOJOSHADER_RS_ZWRITEENABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_sampler' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'sampler' in type name 'MojoShader.MOJOSHADER_sampler' by changing it to 'Sampler'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_sampler'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_sampler'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_sampler' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_sampler' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_sampler.index' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_sampler.name' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_sampler.name' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_sampler.texbem' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'texbem' in member name 'MojoShader.MOJOSHADER_sampler.texbem' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_sampler.type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_samplerMap' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'sampler' in type name 'MojoShader.MOJOSHADER_samplerMap' by changing it to 'Sampler'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_samplerMap'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_samplerMap'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_samplerMap' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_samplerMap' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_samplerMap.index' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_samplerMap.type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_samplerStateRegister' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'sampler' in type name 'MojoShader.MOJOSHADER_samplerStateRegister' by changing it to 'Sampler'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_samplerStateRegister'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_samplerStateRegister'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_samplerStateRegister' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_samplerStateRegister' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_samplerStateRegister.sampler_name' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_samplerStateRegister.sampler_name' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_samplerStateRegister.sampler_register' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_samplerStateRegister.sampler_state_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_samplerStateRegister.sampler_states' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_samplerStateRegister.sampler_states' private.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_samplerStateType' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'sampler' in type name 'MojoShader.MOJOSHADER_samplerStateType' by changing it to 'Sampler'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_samplerStateType'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ADDRESSU' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ADDRESSU' by changing it to 'Addressu'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ADDRESSU' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ADDRESSU' by changing it to 'Samp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ADDRESSU'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ADDRESSV' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ADDRESSV' by changing it to 'Addressv'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ADDRESSV' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ADDRESSV' by changing it to 'Samp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ADDRESSV'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ADDRESSW' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ADDRESSW' by changing it to 'Addressw'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ADDRESSW' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ADDRESSW' by changing it to 'Samp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ADDRESSW'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BORDERCOLOR' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_BORDERCOLOR' by changing it to 'Bordercolor'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_BORDERCOLOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_BORDERCOLOR' by changing it to 'Samp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_BORDERCOLOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DMAPOFFSET' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_DMAPOFFSET' by changing it to 'Dmapoffset'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_DMAPOFFSET' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_DMAPOFFSET' by changing it to 'Samp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_DMAPOFFSET'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ELEMENTINDEX' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ELEMENTINDEX' by changing it to 'Elementindex'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ELEMENTINDEX' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ELEMENTINDEX' by changing it to 'Samp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_ELEMENTINDEX'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MAGFILTER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MAGFILTER' by changing it to 'Magfilter'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MAGFILTER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MAGFILTER' by changing it to 'Samp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MAGFILTER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MAXANISOTROPY' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MAXANISOTROPY' by changing it to 'Maxanisotropy'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MAXANISOTROPY' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MAXANISOTROPY' by changing it to 'Samp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MAXANISOTROPY'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MAXMIPLEVEL' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MAXMIPLEVEL' by changing it to 'Maxmiplevel'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MAXMIPLEVEL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MAXMIPLEVEL' by changing it to 'Samp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MAXMIPLEVEL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MINFILTER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MINFILTER' by changing it to 'Minfilter'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MINFILTER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MINFILTER' by changing it to 'Samp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MINFILTER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MIPFILTER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MIPFILTER' by changing it to 'Mipfilter'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MIPFILTER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MIPFILTER' by changing it to 'Samp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MIPFILTER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MIPMAPLODBIAS' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MIPMAPLODBIAS' by changing it to 'Mipmaplodbias'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MIPMAPLODBIAS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MIPMAPLODBIAS' by changing it to 'Samp'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_MIPMAPLODBIAS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_SRGBTEXTURE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_SRGBTEXTURE' by changing it to 'Samp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SRGBTEXTURE' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_SRGBTEXTURE' by changing it to 'Srgbtexture'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_SRGBTEXTURE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_TEXTURE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_TEXTURE' by changing it to 'Samp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTURE' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_TEXTURE' by changing it to 'Texture'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_TEXTURE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN0' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN0' by changing it to 'Samp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNKNOWN' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN0' by changing it to 'Unknown'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN0'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN1' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN1' by changing it to 'Samp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNKNOWN' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN1' by changing it to 'Unknown'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN1'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN2' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN2' by changing it to 'Samp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNKNOWN' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN2' by changing it to 'Unknown'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN2'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN3' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMP' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN3' by changing it to 'Samp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNKNOWN' in member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN3' by changing it to 'Unknown'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerStateType.MOJOSHADER_SAMP_UNKNOWN3'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_samplerType' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'sampler' in type name 'MojoShader.MOJOSHADER_samplerType' by changing it to 'Sampler'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_samplerType'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_2D' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMPLER' in member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_2D' by changing it to 'Sampler'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_2D'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CUBE' in member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_CUBE' by changing it to 'Cube'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_CUBE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMPLER' in member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_CUBE' by changing it to 'Sampler'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_CUBE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_UNKNOWN' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMPLER' in member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_UNKNOWN' by changing it to 'Sampler'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNKNOWN' in member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_UNKNOWN' by changing it to 'Unknown'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_UNKNOWN'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_VOLUME' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMPLER' in member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_VOLUME' by changing it to 'Sampler'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VOLUME' in member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_VOLUME' by changing it to 'Volume'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_samplerType.MOJOSHADER_SAMPLER_VOLUME'.
1>MSBUILD : warning CA1008: Microsoft.Design : Add a member to 'MojoShader.MOJOSHADER_shadeMode' that has a value of zero with a suggested name of 'None'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_shadeMode' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'shade' in type name 'MojoShader.MOJOSHADER_shadeMode' by changing it to 'Shade'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_shadeMode'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FLAT' in member name 'MojoShader.MOJOSHADER_shadeMode.MOJOSHADER_SHADE_FLAT' by changing it to 'Flat'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_shadeMode.MOJOSHADER_SHADE_FLAT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SHADE' in member name 'MojoShader.MOJOSHADER_shadeMode.MOJOSHADER_SHADE_FLAT' by changing it to 'Shade'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_shadeMode.MOJOSHADER_SHADE_FLAT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'GOURAUD' in member name 'MojoShader.MOJOSHADER_shadeMode.MOJOSHADER_SHADE_GOURAUD' by changing it to 'Gouraud'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_shadeMode.MOJOSHADER_SHADE_GOURAUD' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SHADE' in member name 'MojoShader.MOJOSHADER_shadeMode.MOJOSHADER_SHADE_GOURAUD' by changing it to 'Shade'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_shadeMode.MOJOSHADER_SHADE_GOURAUD'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_shadeMode.MOJOSHADER_SHADE_PHONG' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PHONG' in member name 'MojoShader.MOJOSHADER_shadeMode.MOJOSHADER_SHADE_PHONG' by changing it to 'Phong'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SHADE' in member name 'MojoShader.MOJOSHADER_shadeMode.MOJOSHADER_SHADE_PHONG' by changing it to 'Shade'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_shadeMode.MOJOSHADER_SHADE_PHONG'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_shaderType' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'shader' in type name 'MojoShader.MOJOSHADER_shaderType' by changing it to 'Shader'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'shader' in type name 'MojoShader.MOJOSHADER_shaderType'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_shaderType'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ANY' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_ANY' by changing it to 'Any'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_ANY' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TYPE' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_ANY' by changing it to 'Type'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_ANY'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'GEOMETRY' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_GEOMETRY' by changing it to 'Geometry'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_GEOMETRY' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TYPE' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_GEOMETRY' by changing it to 'Type'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_GEOMETRY'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_PIXEL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PIXEL' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_PIXEL' by changing it to 'Pixel'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TYPE' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_PIXEL' by changing it to 'Type'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_PIXEL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_UNKNOWN' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TYPE' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_UNKNOWN' by changing it to 'Type'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNKNOWN' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_UNKNOWN' by changing it to 'Unknown'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_UNKNOWN'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_VERTEX' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TYPE' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_VERTEX' by changing it to 'Type'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VERTEX' in member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_VERTEX' by changing it to 'Vertex'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_shaderType.MOJOSHADER_TYPE_VERTEX'.
1>MSBUILD : warning CA1008: Microsoft.Design : Add a member to 'MojoShader.MOJOSHADER_stencilOp' that has a value of zero with a suggested name of 'None'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_stencilOp' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'stencil' in type name 'MojoShader.MOJOSHADER_stencilOp' by changing it to 'Stencil'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_stencilOp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DECR' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_DECR' by changing it to 'Decr'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_DECR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILOP' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_DECR' by changing it to 'Stencilop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_DECR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DECRSAT' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_DECRSAT' by changing it to 'Decrsat'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_DECRSAT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILOP' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_DECRSAT' by changing it to 'Stencilop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_DECRSAT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INCR' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_INCR' by changing it to 'Incr'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_INCR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILOP' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_INCR' by changing it to 'Stencilop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_INCR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INCRSAT' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_INCRSAT' by changing it to 'Incrsat'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_INCRSAT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILOP' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_INCRSAT' by changing it to 'Stencilop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_INCRSAT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INVERT' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_INVERT' by changing it to 'Invert'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_INVERT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILOP' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_INVERT' by changing it to 'Stencilop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_INVERT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'KEEP' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_KEEP' by changing it to 'Keep'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_KEEP' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILOP' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_KEEP' by changing it to 'Stencilop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_KEEP'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_REPLACE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'REPLACE' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_REPLACE' by changing it to 'Replace'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILOP' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_REPLACE' by changing it to 'Stencilop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_REPLACE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_ZERO' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STENCILOP' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_ZERO' by changing it to 'Stencilop'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ZERO' in member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_ZERO' by changing it to 'Zero'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_stencilOp.MOJOSHADER_STENCILOP_ZERO'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_swizzle' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'swizzle' in type name 'MojoShader.MOJOSHADER_swizzle' by changing it to 'Swizzle'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_swizzle'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_swizzle'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_swizzle' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_swizzle' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_swizzle.index' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_swizzle.swizzles' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_swizzle.usage' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_symbol' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'symbol' in type name 'MojoShader.MOJOSHADER_symbol' by changing it to 'Symbol'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_symbol'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_symbol'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_symbol' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_symbol' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbol.info' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbol.name' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_symbol.name' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbol.register_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbol.register_index' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbol.register_set' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_symbolClass' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'symbol' in type name 'MojoShader.MOJOSHADER_symbolClass' by changing it to 'Symbol'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_symbolClass'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'COLUMNS' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_MATRIX_COLUMNS' by changing it to 'Columns'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MATRIX' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_MATRIX_COLUMNS' by changing it to 'Matrix'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_MATRIX_COLUMNS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMCLASS' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_MATRIX_COLUMNS' by changing it to 'Symclass'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_MATRIX_COLUMNS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MATRIX' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_MATRIX_ROWS' by changing it to 'Matrix'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_MATRIX_ROWS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ROWS' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_MATRIX_ROWS' by changing it to 'Rows'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMCLASS' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_MATRIX_ROWS' by changing it to 'Symclass'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_MATRIX_ROWS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_OBJECT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'OBJECT' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_OBJECT' by changing it to 'Object'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMCLASS' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_OBJECT' by changing it to 'Symclass'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_OBJECT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_SCALAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SCALAR' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_SCALAR' by changing it to 'Scalar'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMCLASS' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_SCALAR' by changing it to 'Symclass'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_SCALAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_STRUCT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STRUCT' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_STRUCT' by changing it to 'Struct'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMCLASS' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_STRUCT' by changing it to 'Symclass'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_STRUCT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_VECTOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMCLASS' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_VECTOR' by changing it to 'Symclass'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VECTOR' in member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_VECTOR' by changing it to 'Vector'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolClass.MOJOSHADER_SYMCLASS_VECTOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_symbolRegisterSet' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'symbol' in type name 'MojoShader.MOJOSHADER_symbolRegisterSet' by changing it to 'Symbol'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_symbolRegisterSet'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BOOL' in member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_BOOL' by changing it to 'Bool'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_BOOL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMREGSET' in member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_BOOL' by changing it to 'Symregset'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_BOOL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FLOAT' in member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_FLOAT4' by changing it to 'Float'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_FLOAT4' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMREGSET' in member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_FLOAT4' by changing it to 'Symregset'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_FLOAT4'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INT' in member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_INT4' by changing it to 'Int'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_INT4' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMREGSET' in member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_INT4' by changing it to 'Symregset'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_INT4'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_SAMPLER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMPLER' in member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_SAMPLER' by changing it to 'Sampler'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMREGSET' in member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_SAMPLER' by changing it to 'Symregset'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolRegisterSet.MOJOSHADER_SYMREGSET_SAMPLER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_symbolStructMember' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'symbol' in type name 'MojoShader.MOJOSHADER_symbolStructMember' by changing it to 'Symbol'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_symbolStructMember'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_symbolStructMember'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_symbolStructMember' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_symbolStructMember' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbolStructMember.info' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbolStructMember.name' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_symbolStructMember.name' private.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_symbolType' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'symbol' in type name 'MojoShader.MOJOSHADER_symbolType' by changing it to 'Symbol'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_symbolType'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BOOL' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_BOOL' by changing it to 'Bool'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_BOOL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_BOOL' by changing it to 'Symtype'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_BOOL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FLOAT' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_FLOAT' by changing it to 'Float'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_FLOAT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_FLOAT' by changing it to 'Symtype'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_FLOAT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INT' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_INT' by changing it to 'Int'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_INT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_INT' by changing it to 'Symtype'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_INT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_PIXELFRAGMENT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PIXELFRAGMENT' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_PIXELFRAGMENT' by changing it to 'Pixelfragment'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_PIXELFRAGMENT' by changing it to 'Symtype'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_PIXELFRAGMENT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_PIXELSHADER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PIXELSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_PIXELSHADER' by changing it to 'Pixelshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_PIXELSHADER' by changing it to 'Symtype'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_PIXELSHADER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMPLER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER' by changing it to 'Sampler'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER' by changing it to 'Symtype'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER1D' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMPLER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER1D' by changing it to 'Sampler'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER1D' by changing it to 'Symtype'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER1D'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER2D' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMPLER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER2D' by changing it to 'Sampler'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER2D' by changing it to 'Symtype'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER2D'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER3D' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMPLER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER3D' by changing it to 'Sampler'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER3D' by changing it to 'Symtype'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLER3D'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLERCUBE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMPLERCUBE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLERCUBE' by changing it to 'Samplercube'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLERCUBE' by changing it to 'Symtype'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_SAMPLERCUBE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_STRING' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'STRING' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_STRING' by changing it to 'String'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_STRING' by changing it to 'Symtype'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_STRING'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE' by changing it to 'Symtype'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTURE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE' by changing it to 'Texture'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE1D' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE1D' by changing it to 'Symtype'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTURE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE1D' by changing it to 'Texture'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE1D'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE2D' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE2D' by changing it to 'Symtype'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTURE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE2D' by changing it to 'Texture'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE2D'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE3D' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE3D' by changing it to 'Symtype'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTURE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE3D' by changing it to 'Texture'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURE3D'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURECUBE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURECUBE' by changing it to 'Symtype'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTURECUBE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURECUBE' by changing it to 'Texturecube'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_TEXTURECUBE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_UNSUPPORTED' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_UNSUPPORTED' by changing it to 'Symtype'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNSUPPORTED' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_UNSUPPORTED' by changing it to 'Unsupported'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_UNSUPPORTED'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_VERTEXFRAGMENT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_VERTEXFRAGMENT' by changing it to 'Symtype'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VERTEXFRAGMENT' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_VERTEXFRAGMENT' by changing it to 'Vertexfragment'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_VERTEXFRAGMENT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_VERTEXSHADER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_VERTEXSHADER' by changing it to 'Symtype'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VERTEXSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_VERTEXSHADER' by changing it to 'Vertexshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_VERTEXSHADER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_VOID' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SYMTYPE' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_VOID' by changing it to 'Symtype'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VOID' in member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_VOID' by changing it to 'Void'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_symbolType.MOJOSHADER_SYMTYPE_VOID'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_symbolTypeInfo' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'symbol' in type name 'MojoShader.MOJOSHADER_symbolTypeInfo' by changing it to 'Symbol'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_symbolTypeInfo'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_symbolTypeInfo'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_symbolTypeInfo' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_symbolTypeInfo' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbolTypeInfo.columns' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbolTypeInfo.elements' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbolTypeInfo.member_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbolTypeInfo.members' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_symbolTypeInfo.members' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbolTypeInfo.parameter_class' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbolTypeInfo.parameter_type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_symbolTypeInfo.rows' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1008: Microsoft.Design : Add a member to 'MojoShader.MOJOSHADER_textureAddress' that has a value of zero with a suggested name of 'None'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_textureAddress' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'texture' in type name 'MojoShader.MOJOSHADER_textureAddress' by changing it to 'Texture'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_textureAddress'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BORDER' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_BORDER' by changing it to 'Border'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_BORDER' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TADDRESS' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_BORDER' by changing it to 'Taddress'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_BORDER'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CLAMP' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_CLAMP' by changing it to 'Clamp'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_CLAMP' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TADDRESS' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_CLAMP' by changing it to 'Taddress'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_CLAMP'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MIRROR' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_MIRROR' by changing it to 'Mirror'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_MIRROR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TADDRESS' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_MIRROR' by changing it to 'Taddress'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_MIRROR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MIRRORONCE' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_MIRRORONCE' by changing it to 'Mirroronce'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_MIRRORONCE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TADDRESS' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_MIRRORONCE' by changing it to 'Taddress'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_MIRRORONCE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_WRAP' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TADDRESS' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_WRAP' by changing it to 'Taddress'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WRAP' in member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_WRAP' by changing it to 'Wrap'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_textureAddress.MOJOSHADER_TADDRESS_WRAP'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_textureFilterType' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'texture' in type name 'MojoShader.MOJOSHADER_textureFilterType' by changing it to 'Texture'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_textureFilterType'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ANISOTROPIC' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_ANISOTROPIC' by changing it to 'Anisotropic'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_ANISOTROPIC' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTUREFILTER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_ANISOTROPIC' by changing it to 'Texturefilter'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_ANISOTROPIC'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'CONVOLUTIONMONO' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_CONVOLUTIONMONO' by changing it to 'Convolutionmono'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_CONVOLUTIONMONO' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTUREFILTER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_CONVOLUTIONMONO' by changing it to 'Texturefilter'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_CONVOLUTIONMONO'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'GAUSSIANQUAD' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_GAUSSIANQUAD' by changing it to 'Gaussianquad'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_GAUSSIANQUAD' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTUREFILTER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_GAUSSIANQUAD' by changing it to 'Texturefilter'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_GAUSSIANQUAD'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'LINEAR' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_LINEAR' by changing it to 'Linear'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_LINEAR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTUREFILTER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_LINEAR' by changing it to 'Texturefilter'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_LINEAR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_NONE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NONE' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_NONE' by changing it to 'None'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTUREFILTER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_NONE' by changing it to 'Texturefilter'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_NONE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_POINT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POINT' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_POINT' by changing it to 'Point'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTUREFILTER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_POINT' by changing it to 'Texturefilter'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_POINT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_PYRAMIDALQUAD' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'PYRAMIDALQUAD' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_PYRAMIDALQUAD' by changing it to 'Pyramidalquad'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXTUREFILTER' in member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_PYRAMIDALQUAD' by changing it to 'Texturefilter'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_textureFilterType.MOJOSHADER_TEXTUREFILTER_PYRAMIDALQUAD'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_uniform' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'uniform' in type name 'MojoShader.MOJOSHADER_uniform' by changing it to 'Uniform'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_uniform'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'MojoShader.MOJOSHADER_uniform'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_uniform' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'MojoShader.MOJOSHADER_uniform' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_uniform.array_count' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_uniform.constant' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_uniform.index' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_uniform.name' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'MojoShader.MOJOSHADER_uniform.name' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'MojoShader.MOJOSHADER_uniform.type' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_uniformType' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'uniform' in type name 'MojoShader.MOJOSHADER_uniformType' by changing it to 'Uniform'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_uniformType'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BOOL' in member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_BOOL' by changing it to 'Bool'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_BOOL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNIFORM' in member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_BOOL' by changing it to 'Uniform'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_BOOL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FLOAT' in member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_FLOAT' by changing it to 'Float'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_FLOAT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNIFORM' in member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_FLOAT' by changing it to 'Uniform'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_FLOAT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'INT' in member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_INT' by changing it to 'Int'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_INT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNIFORM' in member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_INT' by changing it to 'Uniform'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_INT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_UNKNOWN' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNIFORM' in member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_UNKNOWN' by changing it to 'Uniform'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNKNOWN' in member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_UNKNOWN' by changing it to 'Unknown'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_uniformType.MOJOSHADER_UNIFORM_UNKNOWN'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_usage' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'usage' in type name 'MojoShader.MOJOSHADER_usage' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_usage'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BINORMAL' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_BINORMAL' by changing it to 'Binormal'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_BINORMAL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_BINORMAL' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_BINORMAL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLENDINDICES' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_BLENDINDICES' by changing it to 'Blendindices'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_BLENDINDICES' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_BLENDINDICES' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_BLENDINDICES'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'BLENDWEIGHT' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_BLENDWEIGHT' by changing it to 'Blendweight'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_BLENDWEIGHT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_BLENDWEIGHT' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_BLENDWEIGHT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'COLOR' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_COLOR' by changing it to 'Color'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_COLOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_COLOR' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_COLOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DEPTH' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_DEPTH' by changing it to 'Depth'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_DEPTH' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_DEPTH' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_DEPTH'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FOG' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_FOG' by changing it to 'Fog'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_FOG' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_FOG' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_FOG'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_NORMAL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'NORMAL' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_NORMAL' by changing it to 'Normal'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_NORMAL' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_NORMAL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_POINTSIZE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POINTSIZE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_POINTSIZE' by changing it to 'Pointsize'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_POINTSIZE' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_POINTSIZE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_POSITION' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POSITION' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_POSITION' by changing it to 'Position'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_POSITION' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_POSITION'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_POSITIONT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'POSITIONT' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_POSITIONT' by changing it to 'Positiont'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_POSITIONT' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_POSITIONT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_SAMPLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'SAMPLE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_SAMPLE' by changing it to 'Sample'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_SAMPLE' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_SAMPLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TANGENT' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TANGENT' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TANGENT' by changing it to 'Tangent'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TANGENT' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TANGENT'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TESSFACTOR' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TESSFACTOR' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TESSFACTOR' by changing it to 'Tessfactor'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TESSFACTOR' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TESSFACTOR'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TEXCOORD' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TEXCOORD' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TEXCOORD' by changing it to 'Texcoord'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TEXCOORD' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TEXCOORD'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TOTAL' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TOTAL' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TOTAL' by changing it to 'Total'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TOTAL' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_TOTAL'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_UNKNOWN' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'UNKNOWN' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_UNKNOWN' by changing it to 'Unknown'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USAGE' in member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_UNKNOWN' by changing it to 'Usage'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_usage.MOJOSHADER_USAGE_UNKNOWN'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_vertexBlendFlags' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'vertex' in type name 'MojoShader.MOJOSHADER_vertexBlendFlags' by changing it to 'Vertex'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_vertexBlendFlags'.
1>MSBUILD : warning CA1717: Microsoft.Naming : If the name 'MojoShader.MOJOSHADER_vertexBlendFlags' is plural, change it to its singular form.
1>MSBUILD : warning CA1726: Microsoft.Naming : Replace the term 'Flags' in type name 'MojoShader.MOJOSHADER_vertexBlendFlags' with an appropriate alternate or remove it entirely.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_0WEIGHTS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VBF' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_0WEIGHTS' by changing it to 'Vbf'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WEIGHTS' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_0WEIGHTS' by changing it to 'Weights'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_0WEIGHTS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_1WEIGHTS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VBF' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_1WEIGHTS' by changing it to 'Vbf'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WEIGHTS' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_1WEIGHTS' by changing it to 'Weights'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_1WEIGHTS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_2WEIGHTS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VBF' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_2WEIGHTS' by changing it to 'Vbf'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WEIGHTS' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_2WEIGHTS' by changing it to 'Weights'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_2WEIGHTS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_3WEIGHTS' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VBF' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_3WEIGHTS' by changing it to 'Vbf'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'WEIGHTS' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_3WEIGHTS' by changing it to 'Weights'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_3WEIGHTS'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'DISABLE' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_DISABLE' by changing it to 'Disable'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_DISABLE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VBF' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_DISABLE' by changing it to 'Vbf'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_DISABLE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_TWEENING' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TWEENING' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_TWEENING' by changing it to 'Tweening'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VBF' in member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_TWEENING' by changing it to 'Vbf'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_vertexBlendFlags.MOJOSHADER_VBF_TWEENING'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in type name 'MojoShader.MOJOSHADER_zBufferType' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'z' in type name 'MojoShader.MOJOSHADER_zBufferType' by changing it to 'Z'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'MojoShader.MOJOSHADER_zBufferType'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'FALSE' in member name 'MojoShader.MOJOSHADER_zBufferType.MOJOSHADER_ZB_FALSE' by changing it to 'False'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_zBufferType.MOJOSHADER_ZB_FALSE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_zBufferType.MOJOSHADER_ZB_FALSE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_zBufferType.MOJOSHADER_ZB_TRUE' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'TRUE' in member name 'MojoShader.MOJOSHADER_zBufferType.MOJOSHADER_ZB_TRUE' by changing it to 'True'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_zBufferType.MOJOSHADER_ZB_TRUE'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'MOJOSHADER' in member name 'MojoShader.MOJOSHADER_zBufferType.MOJOSHADER_ZB_USEW' by changing it to 'Mojoshader'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'USEW' in member name 'MojoShader.MOJOSHADER_zBufferType.MOJOSHADER_ZB_USEW' by changing it to 'Usew'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'MojoShader.MOJOSHADER_zBufferType.MOJOSHADER_ZB_USEW'.
1>MSBUILD : warning CA1050: Microsoft.Design : 'TheoraPlay' should be declared inside a namespace.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Theora' in type name 'TheoraPlay'.
1>v:\FNA-master\lib\TheoraPlay-CS\TheoraPlay.cs(179): warning CA1709: Microsoft.Naming : Correct the casing of 'get' in member name 'TheoraPlay.getAudioPacket(IntPtr)' by changing it to 'Get'.
1>v:\FNA-master\lib\TheoraPlay-CS\TheoraPlay.cs(197): warning CA1709: Microsoft.Naming : Correct the casing of 'get' in member name 'TheoraPlay.getPixels(IntPtr, int)' by changing it to 'Get'.
1>v:\FNA-master\lib\TheoraPlay-CS\TheoraPlay.cs(190): warning CA1709: Microsoft.Naming : Correct the casing of 'get' in member name 'TheoraPlay.getSamples(IntPtr, int)' by changing it to 'Get'.
1>v:\FNA-master\lib\TheoraPlay-CS\TheoraPlay.cs(151): warning CA1709: Microsoft.Naming : Correct the casing of 'get' in member name 'TheoraPlay.getVideoFrame(IntPtr)' by changing it to 'Get'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_availableAudio(IntPtr)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'available' in member name 'TheoraPlay.THEORAPLAY_availableAudio(IntPtr)' by changing it to 'Available'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_availableAudio(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_availableAudio(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_availableAudio(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_availableVideo(IntPtr)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'available' in member name 'TheoraPlay.THEORAPLAY_availableVideo(IntPtr)' by changing it to 'Available'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_availableVideo(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_availableVideo(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_availableVideo(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_decodingError(IntPtr)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'decoding' in member name 'TheoraPlay.THEORAPLAY_decodingError(IntPtr)' by changing it to 'Decoding'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_decodingError(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_decodingError(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_decodingError(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_freeAudio(IntPtr)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'free' in member name 'TheoraPlay.THEORAPLAY_freeAudio(IntPtr)' by changing it to 'Free'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_freeAudio(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_freeAudio(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_freeAudio(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_freeVideo(IntPtr)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'free' in member name 'TheoraPlay.THEORAPLAY_freeVideo(IntPtr)' by changing it to 'Free'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_freeVideo(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_freeVideo(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_freeVideo(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_getAudio(IntPtr)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'get' in member name 'TheoraPlay.THEORAPLAY_getAudio(IntPtr)' by changing it to 'Get'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_getAudio(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_getAudio(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_getAudio(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_getVideo(IntPtr)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'get' in member name 'TheoraPlay.THEORAPLAY_getVideo(IntPtr)' by changing it to 'Get'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_getVideo(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_getVideo(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_getVideo(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_hasAudioStream(IntPtr)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'has' in member name 'TheoraPlay.THEORAPLAY_hasAudioStream(IntPtr)' by changing it to 'Has'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_hasAudioStream(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_hasAudioStream(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_hasAudioStream(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_hasVideoStream(IntPtr)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'has' in member name 'TheoraPlay.THEORAPLAY_hasVideoStream(IntPtr)' by changing it to 'Has'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_hasVideoStream(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_hasVideoStream(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_hasVideoStream(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_isDecoding(IntPtr)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'is' in member name 'TheoraPlay.THEORAPLAY_isDecoding(IntPtr)' by changing it to 'Is'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_isDecoding(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_isDecoding(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_isDecoding(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_isInitialized(IntPtr)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'is' in member name 'TheoraPlay.THEORAPLAY_isInitialized(IntPtr)' by changing it to 'Is'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_isInitialized(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_isInitialized(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_isInitialized(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_startDecodeFile(string, uint, TheoraPlay.THEORAPLAY_VideoFormat)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'start' in member name 'TheoraPlay.THEORAPLAY_startDecodeFile(string, uint, TheoraPlay.THEORAPLAY_VideoFormat)' by changing it to 'Start'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'TheoraPlay.THEORAPLAY_startDecodeFile(string, uint, TheoraPlay.THEORAPLAY_VideoFormat)', correct the spelling of 'fname' in parameter name 'fname' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'TheoraPlay.THEORAPLAY_startDecodeFile(string, uint, TheoraPlay.THEORAPLAY_VideoFormat)', correct the spelling of 'maxframes' in parameter name 'maxframes' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'TheoraPlay.THEORAPLAY_startDecodeFile(string, uint, TheoraPlay.THEORAPLAY_VideoFormat)', correct the spelling of 'vidfmt' in parameter name 'vidfmt' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_startDecodeFile(string, uint, TheoraPlay.THEORAPLAY_VideoFormat)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_startDecodeFile(string, uint, TheoraPlay.THEORAPLAY_VideoFormat)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_startDecodeFile(string, uint, TheoraPlay.THEORAPLAY_VideoFormat)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'fname' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_stopDecode(IntPtr)' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'stop' in member name 'TheoraPlay.THEORAPLAY_stopDecode(IntPtr)' by changing it to 'Stop'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_stopDecode(IntPtr)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'TheoraPlay.THEORAPLAY_stopDecode(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'TheoraPlay.THEORAPLAY_stopDecode(IntPtr)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in type name 'TheoraPlay.THEORAPLAY_AudioPacket' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'TheoraPlay.THEORAPLAY_AudioPacket'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'TheoraPlay.THEORAPLAY_AudioPacket'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'TheoraPlay.THEORAPLAY_AudioPacket' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'TheoraPlay.THEORAPLAY_AudioPacket' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_AudioPacket.channels' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_AudioPacket.frames' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_AudioPacket.freq' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'freq' in member name 'TheoraPlay.THEORAPLAY_AudioPacket.freq' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_AudioPacket.next' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'TheoraPlay.THEORAPLAY_AudioPacket.next' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_AudioPacket.playms' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'playms' in member name 'TheoraPlay.THEORAPLAY_AudioPacket.playms' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_AudioPacket.samples' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'TheoraPlay.THEORAPLAY_AudioPacket.samples' private.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in type name 'TheoraPlay.THEORAPLAY_VideoFormat' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'TheoraPlay.THEORAPLAY_VideoFormat'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'IYUV' in member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_IYUV' by changing it to 'Iyuv'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_IYUV' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VIDFMT' in member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_IYUV' by changing it to 'Vidfmt'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_IYUV'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'RGB' in member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_RGB' by changing it to 'Rgb'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_RGB' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VIDFMT' in member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_RGB' by changing it to 'Vidfmt'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_RGB'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'RGBA' in member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_RGBA' by changing it to 'Rgba'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_RGBA' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VIDFMT' in member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_RGBA' by changing it to 'Vidfmt'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_RGBA'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_YV12' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'VIDFMT' in member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_YV12' by changing it to 'Vidfmt'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'TheoraPlay.THEORAPLAY_VideoFormat.THEORAPLAY_VIDFMT_YV12'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'THEORAPLAY' in type name 'TheoraPlay.THEORAPLAY_VideoFrame' by changing it to 'Theoraplay'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'TheoraPlay.THEORAPLAY_VideoFrame'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'TheoraPlay.THEORAPLAY_VideoFrame'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'TheoraPlay.THEORAPLAY_VideoFrame' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'TheoraPlay.THEORAPLAY_VideoFrame' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_VideoFrame.format' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_VideoFrame.fps' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_VideoFrame.height' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_VideoFrame.next' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'TheoraPlay.THEORAPLAY_VideoFrame.next' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_VideoFrame.pixels' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'TheoraPlay.THEORAPLAY_VideoFrame.pixels' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_VideoFrame.playms' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'playms' in member name 'TheoraPlay.THEORAPLAY_VideoFrame.playms' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'TheoraPlay.THEORAPLAY_VideoFrame.width' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1900: Microsoft.Portability : Structure 'TheoraPlay.THEORAPLAY_VideoFrame32' contains the following non-portable fields: 'TheoraPlay.THEORAPLAY_VideoFrame32.fps'.
1>MSBUILD : warning CA1050: Microsoft.Design : 'Vorbisfile' should be declared inside a namespace.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Vorbisfile' in type name 'Vorbisfile'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.free(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.INTERNAL_ov_clear(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.INTERNAL_ov_comment(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.INTERNAL_ov_fopen(string, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA2101: Microsoft.Globalization : To reduce security risk, marshal parameter 'path' as Unicode, by setting DllImport.CharSet to CharSet.Unicode, or by explicitly marshaling the parameter as UnmanagedType.LPWStr. If you need to marshal this string as ANSI or system-dependent, specify MarshalAs explicitly, and set BestFitMapping=false; for added security, also set ThrowOnUnmappableChar=true.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.INTERNAL_ov_info(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.malloc(IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(190): warning CA1045: Microsoft.Design : Consider a design that does not require that 'vf' be a reference parameter.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(190): warning CA1709: Microsoft.Naming : Correct the casing of 'clear' in member name 'Vorbisfile.ov_clear(ref IntPtr)' by changing it to 'Clear'.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(190): warning CA1709: Microsoft.Naming : Correct the casing of 'ov' in member name 'Vorbisfile.ov_clear(ref IntPtr)' by changing it to 'OV'.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(190): warning CA1704: Microsoft.Naming : Correct the spelling of 'ov' in member name 'Vorbisfile.ov_clear(ref IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(190): warning CA1704: Microsoft.Naming : In method 'Vorbisfile.ov_clear(ref IntPtr)', correct the spelling of 'vf' in parameter name 'vf' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(190): warning CA1707: Microsoft.Naming : Remove the underscores from member name 'Vorbisfile.ov_clear(ref IntPtr)'.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(161): warning CA1709: Microsoft.Naming : Correct the casing of 'comment' in member name 'Vorbisfile.ov_comment(IntPtr, int)' by changing it to 'Comment'.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(161): warning CA1709: Microsoft.Naming : Correct the casing of 'ov' in member name 'Vorbisfile.ov_comment(IntPtr, int)' by changing it to 'OV'.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(161): warning CA1704: Microsoft.Naming : Correct the spelling of 'ov' in member name 'Vorbisfile.ov_comment(IntPtr, int)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(161): warning CA1704: Microsoft.Naming : In method 'Vorbisfile.ov_comment(IntPtr, int)', correct the spelling of 'vf' in parameter name 'vf' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(161): warning CA1707: Microsoft.Naming : Remove the underscores from member name 'Vorbisfile.ov_comment(IntPtr, int)'.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(102): warning CA1021: Microsoft.Design : Consider a design that does not require that 'vf' be an out parameter.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(102): warning CA1709: Microsoft.Naming : Correct the casing of 'fopen' in member name 'Vorbisfile.ov_fopen(string, out IntPtr)' by changing it to 'Fopen'.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(102): warning CA1709: Microsoft.Naming : Correct the casing of 'ov' in member name 'Vorbisfile.ov_fopen(string, out IntPtr)' by changing it to 'OV'.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(102): warning CA1704: Microsoft.Naming : Correct the spelling of 'fopen' in member name 'Vorbisfile.ov_fopen(string, out IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(102): warning CA1704: Microsoft.Naming : Correct the spelling of 'ov' in member name 'Vorbisfile.ov_fopen(string, out IntPtr)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(102): warning CA1704: Microsoft.Naming : In method 'Vorbisfile.ov_fopen(string, out IntPtr)', correct the spelling of 'vf' in parameter name 'vf' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(102): warning CA1707: Microsoft.Naming : Remove the underscores from member name 'Vorbisfile.ov_fopen(string, out IntPtr)'.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(144): warning CA1709: Microsoft.Naming : Correct the casing of 'info' in member name 'Vorbisfile.ov_info(IntPtr, int)' by changing it to 'Info'.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(144): warning CA1709: Microsoft.Naming : Correct the casing of 'ov' in member name 'Vorbisfile.ov_info(IntPtr, int)' by changing it to 'OV'.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(144): warning CA1704: Microsoft.Naming : Correct the spelling of 'ov' in member name 'Vorbisfile.ov_info(IntPtr, int)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(144): warning CA1704: Microsoft.Naming : In method 'Vorbisfile.ov_info(IntPtr, int)', correct the spelling of 'vf' in parameter name 'vf' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\lib\Vorbisfile-CS\Vorbisfile.cs(144): warning CA1707: Microsoft.Naming : Remove the underscores from member name 'Vorbisfile.ov_info(IntPtr, int)'.
1>MSBUILD : warning CA1021: Microsoft.Design : Consider a design that does not require that 'current_section' be an out parameter.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ov' in member name 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)' by changing it to 'OV'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'read' in member name 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)' by changing it to 'Read'.
1>MSBUILD : warning CA1709: Microsoft.Naming : In member 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)', correct the casing of 'section' in parameter name 'current_section' by changing it to 'Section'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)', correct the spelling of 'bigendianp' in parameter name 'bigendianp' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'ov' in member name 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)', correct the spelling of 'sgned' in parameter name 'sgned' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)', correct the spelling of 'vf' in parameter name 'vf' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)'.
1>MSBUILD : warning CA1707: Microsoft.Naming : In member 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)', remove the underscores from parameter name 'current_section'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'Vorbisfile.ov_read(IntPtr, byte[], int, int, int, int, out int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ov' in member name 'Vorbisfile.ov_time_seek(IntPtr, double)' by changing it to 'OV'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'seek' in member name 'Vorbisfile.ov_time_seek(IntPtr, double)' by changing it to 'Seek'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'time' in member name 'Vorbisfile.ov_time_seek(IntPtr, double)' by changing it to 'Time'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'ov' in member name 'Vorbisfile.ov_time_seek(IntPtr, double)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'Vorbisfile.ov_time_seek(IntPtr, double)', consider providing a more meaningful name than parameter name 's'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'Vorbisfile.ov_time_seek(IntPtr, double)', correct the spelling of 'vf' in parameter name 'vf' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'Vorbisfile.ov_time_seek(IntPtr, double)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.ov_time_seek(IntPtr, double)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'Vorbisfile.ov_time_seek(IntPtr, double)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'ov' in member name 'Vorbisfile.ov_time_total(IntPtr, int)' by changing it to 'OV'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'time' in member name 'Vorbisfile.ov_time_total(IntPtr, int)' by changing it to 'Time'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'total' in member name 'Vorbisfile.ov_time_total(IntPtr, int)' by changing it to 'Total'.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'Vorbisfile.ov_time_total(IntPtr, int)', consider providing a more meaningful name than parameter name 'i'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'ov' in member name 'Vorbisfile.ov_time_total(IntPtr, int)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : In method 'Vorbisfile.ov_time_total(IntPtr, int)', correct the spelling of 'vf' in parameter name 'vf' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from member name 'Vorbisfile.ov_time_total(IntPtr, int)'.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'Vorbisfile.ov_time_total(IntPtr, int)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1>MSBUILD : warning CA1401: Microsoft.Interoperability : Change the accessibility of P/Invoke 'Vorbisfile.ov_time_total(IntPtr, int)' so that it is no longer visible from outside its assembly.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'comment' in type name 'Vorbisfile.vorbis_comment' by changing it to 'Comment'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'vorbis' in type name 'Vorbisfile.vorbis_comment' by changing it to 'Vorbis'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'vorbis' in type name 'Vorbisfile.vorbis_comment'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'Vorbisfile.vorbis_comment'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'Vorbisfile.vorbis_comment'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'Vorbisfile.vorbis_comment' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'Vorbisfile.vorbis_comment' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Vorbisfile.vorbis_comment.comment_lengths' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'Vorbisfile.vorbis_comment.comment_lengths' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Vorbisfile.vorbis_comment.comments' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Vorbisfile.vorbis_comment.user_comments' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'Vorbisfile.vorbis_comment.user_comments' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Vorbisfile.vorbis_comment.vendor' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'Vorbisfile.vorbis_comment.vendor' private.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'info' in type name 'Vorbisfile.vorbis_info' by changing it to 'Info'.
1>MSBUILD : warning CA1709: Microsoft.Naming : Correct the casing of 'vorbis' in type name 'Vorbisfile.vorbis_info' by changing it to 'Vorbis'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'vorbis' in type name 'Vorbisfile.vorbis_info'.
1>MSBUILD : warning CA1707: Microsoft.Naming : Remove the underscores from type name 'Vorbisfile.vorbis_info'.
1>MSBUILD : warning CA1034: Microsoft.Design : Do not nest type 'Vorbisfile.vorbis_info'. Alternatively, change its accessibility so that it is not externally visible.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'Vorbisfile.vorbis_info' should override Equals.
1>MSBUILD : warning CA1815: Microsoft.Performance : 'Vorbisfile.vorbis_info' should override the equality (==) and inequality (!=) operators.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Vorbisfile.vorbis_info.bitrate_lower' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Vorbisfile.vorbis_info.bitrate_nominal' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Vorbisfile.vorbis_info.bitrate_upper' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Vorbisfile.vorbis_info.bitrate_window' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Vorbisfile.vorbis_info.channels' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Vorbisfile.vorbis_info.codec_setup' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA2111: Microsoft.Security : Make 'Vorbisfile.vorbis_info.codec_setup' private.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Vorbisfile.vorbis_info.rate' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Vorbisfile.vorbis_info.version' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>v:\FNA-master\src\BoundingBox.cs(71): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingBox.cs(71): warning CA1045: Microsoft.Design : Consider a design that does not require that 'box' be a reference parameter.
1>v:\FNA-master\src\BoundingBox.cs(122): warning CA1062: Microsoft.Design : In externally visible method 'BoundingBox.Contains(BoundingFrustum)', validate parameter 'frustum' before using it.
1>v:\FNA-master\src\BoundingBox.cs(76): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingBox.cs(76): warning CA1045: Microsoft.Design : Consider a design that does not require that 'sphere' be a reference parameter.
1>v:\FNA-master\src\BoundingBox.cs(258): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingBox.cs(258): warning CA1045: Microsoft.Design : Consider a design that does not require that 'point' be a reference parameter.
1>v:\FNA-master\src\BoundingBox.cs(562): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingBox.cs(562): warning CA1045: Microsoft.Design : Consider a design that does not require that 'sphere' be a reference parameter.
1>v:\FNA-master\src\BoundingBox.cs(576): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingBox.cs(576): warning CA1045: Microsoft.Design : Consider a design that does not require that 'original' be a reference parameter.
1>v:\FNA-master\src\BoundingBox.cs(576): warning CA1045: Microsoft.Design : Consider a design that does not require that 'additional' be a reference parameter.
1>MSBUILD : warning CA1062: Microsoft.Design : In externally visible method 'BoundingBox.CreateMerged(ref BoundingBox, ref BoundingBox, out BoundingBox)', validate local variable ''original.Max'', which was reassigned from parameter 'original', before using it.
1>MSBUILD : warning CA1062: Microsoft.Design : In externally visible method 'BoundingBox.CreateMerged(ref BoundingBox, ref BoundingBox, out BoundingBox)', validate local variable ''additional.Max'', which was reassigned from parameter 'additional', before using it.
1>v:\FNA-master\src\BoundingBox.cs(577): warning CA1062: Microsoft.Design : In externally visible method 'BoundingBox.CreateMerged(ref BoundingBox, ref BoundingBox, out BoundingBox)', validate local variable ''result.Min'', which was reassigned from parameter 'result', before using it.
1>v:\FNA-master\src\BoundingBox.cs(370): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingBox.cs(370): warning CA1045: Microsoft.Design : Consider a design that does not require that 'box' be a reference parameter.
1>MSBUILD : warning CA1062: Microsoft.Design : In externally visible method 'BoundingBox.Intersects(ref BoundingBox, out bool)', validate local variable ''box.Max'', which was reassigned from parameter 'box', before using it.
1>v:\FNA-master\src\BoundingBox.cs(347): warning CA1062: Microsoft.Design : In externally visible method 'BoundingBox.Intersects(BoundingFrustum)', validate parameter 'frustum' before using it.
1>v:\FNA-master\src\BoundingBox.cs(351): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingBox.cs(351): warning CA1045: Microsoft.Design : Consider a design that does not require that 'sphere' be a reference parameter.
1>v:\FNA-master\src\BoundingBox.cs(437): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingBox.cs(437): warning CA1045: Microsoft.Design : Consider a design that does not require that 'plane' be a reference parameter.
1>MSBUILD : warning CA1062: Microsoft.Design : In externally visible method 'BoundingBox.Intersects(ref Plane, out PlaneIntersectionType)', validate local variable ''plane.Normal'', which was reassigned from parameter 'plane', before using it.
1>v:\FNA-master\src\BoundingBox.cs(341): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingBox.cs(341): warning CA1045: Microsoft.Design : Consider a design that does not require that 'ray' be a reference parameter.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'BoundingBox.Max' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'BoundingBox.Min' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>v:\FNA-master\src\BoundingBox.cs(600): warning CA1704: Microsoft.Naming : In method 'BoundingBox.operator ==(BoundingBox, BoundingBox)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\BoundingBox.cs(600): warning CA1704: Microsoft.Naming : In method 'BoundingBox.operator ==(BoundingBox, BoundingBox)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\BoundingBox.cs(605): warning CA1704: Microsoft.Naming : In method 'BoundingBox.operator !=(BoundingBox, BoundingBox)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\BoundingBox.cs(605): warning CA1704: Microsoft.Naming : In method 'BoundingBox.operator !=(BoundingBox, BoundingBox)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\BoundingFrustum.cs(173): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingFrustum.cs(173): warning CA1045: Microsoft.Design : Consider a design that does not require that 'box' be a reference parameter.
1>v:\FNA-master\src\BoundingFrustum.cs(152): warning CA1062: Microsoft.Design : In externally visible method 'BoundingFrustum.Contains(BoundingFrustum)', validate parameter 'frustum' before using it.
1>v:\FNA-master\src\BoundingFrustum.cs(200): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingFrustum.cs(200): warning CA1045: Microsoft.Design : Consider a design that does not require that 'sphere' be a reference parameter.
1>v:\FNA-master\src\BoundingFrustum.cs(229): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingFrustum.cs(229): warning CA1045: Microsoft.Design : Consider a design that does not require that 'point' be a reference parameter.
1>v:\FNA-master\src\BoundingFrustum.cs(264): warning CA1500: Microsoft.Maintainability : 'corners', a parameter declared in 'BoundingFrustum.GetCorners(Vector3[])', has the same name as an instance field on the type. Change the name of one of these items.
1>v:\FNA-master\src\BoundingFrustum.cs(295): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingFrustum.cs(295): warning CA1045: Microsoft.Design : Consider a design that does not require that 'box' be a reference parameter.
1>v:\FNA-master\src\BoundingFrustum.cs(309): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingFrustum.cs(309): warning CA1045: Microsoft.Design : Consider a design that does not require that 'sphere' be a reference parameter.
1>v:\FNA-master\src\BoundingFrustum.cs(323): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingFrustum.cs(323): warning CA1045: Microsoft.Design : Consider a design that does not require that 'plane' be a reference parameter.
1>v:\FNA-master\src\BoundingFrustum.cs(438): warning CA1822: Microsoft.Performance : The 'this' parameter (or 'Me' in Visual Basic) of 'BoundingFrustum.NormalizePlane(ref Plane)' is never used. Mark the member as static (or Shared in Visual Basic) or use 'this'/'Me' in the method body or at least one property accessor, if appropriate.
1>v:\FNA-master\src\BoundingFrustum.cs(498): warning CA1704: Microsoft.Naming : In method 'BoundingFrustum.operator ==(BoundingFrustum, BoundingFrustum)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\BoundingFrustum.cs(498): warning CA1704: Microsoft.Naming : In method 'BoundingFrustum.operator ==(BoundingFrustum, BoundingFrustum)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\BoundingFrustum.cs(513): warning CA1704: Microsoft.Naming : In method 'BoundingFrustum.operator !=(BoundingFrustum, BoundingFrustum)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\BoundingFrustum.cs(513): warning CA1704: Microsoft.Naming : In method 'BoundingFrustum.operator !=(BoundingFrustum, BoundingFrustum)', consider providing a more meaningful name than parameter name 'b'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'BoundingSphere.Center' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>v:\FNA-master\src\BoundingSphere.cs(95): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingSphere.cs(95): warning CA1045: Microsoft.Design : Consider a design that does not require that 'box' be a reference parameter.
1>v:\FNA-master\src\BoundingSphere.cs(171): warning CA1062: Microsoft.Design : In externally visible method 'BoundingSphere.Contains(BoundingFrustum)', validate parameter 'frustum' before using it.
1>v:\FNA-master\src\BoundingSphere.cs(100): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingSphere.cs(100): warning CA1045: Microsoft.Design : Consider a design that does not require that 'sphere' be a reference parameter.
1>v:\FNA-master\src\BoundingSphere.cs(105): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingSphere.cs(105): warning CA1045: Microsoft.Design : Consider a design that does not require that 'point' be a reference parameter.
1>v:\FNA-master\src\BoundingSphere.cs(249): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingSphere.cs(249): warning CA1045: Microsoft.Design : Consider a design that does not require that 'box' be a reference parameter.
1>MSBUILD : warning CA1062: Microsoft.Design : In externally visible method 'BoundingSphere.CreateFromBoundingBox(ref BoundingBox, out BoundingSphere)', validate local variable ''box.Max'', which was reassigned from parameter 'box', before using it.
1>v:\FNA-master\src\BoundingSphere.cs(265): warning CA1062: Microsoft.Design : In externally visible method 'BoundingSphere.CreateFromFrustum(BoundingFrustum)', validate parameter 'frustum' before using it.
1>v:\FNA-master\src\BoundingSphere.cs(378): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingSphere.cs(378): warning CA1045: Microsoft.Design : Consider a design that does not require that 'original' be a reference parameter.
1>v:\FNA-master\src\BoundingSphere.cs(378): warning CA1045: Microsoft.Design : Consider a design that does not require that 'additional' be a reference parameter.
1>v:\FNA-master\src\BoundingSphere.cs(33): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'BoundingSphere.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\BoundingSphere.cs(422): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingSphere.cs(422): warning CA1045: Microsoft.Design : Consider a design that does not require that 'box' be a reference parameter.
1>v:\FNA-master\src\BoundingSphere.cs(428): warning CA1062: Microsoft.Design : In externally visible method 'BoundingSphere.Intersects(BoundingFrustum)', validate parameter 'frustum' before using it.
1>v:\FNA-master\src\BoundingSphere.cs(439): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingSphere.cs(439): warning CA1045: Microsoft.Design : Consider a design that does not require that 'sphere' be a reference parameter.
1>v:\FNA-master\src\BoundingSphere.cs(464): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingSphere.cs(464): warning CA1045: Microsoft.Design : Consider a design that does not require that 'plane' be a reference parameter.
1>v:\FNA-master\src\BoundingSphere.cs(451): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingSphere.cs(451): warning CA1045: Microsoft.Design : Consider a design that does not require that 'ray' be a reference parameter.
1>v:\FNA-master\src\BoundingSphere.cs(503): warning CA1704: Microsoft.Naming : In method 'BoundingSphere.operator ==(BoundingSphere, BoundingSphere)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\BoundingSphere.cs(503): warning CA1704: Microsoft.Naming : In method 'BoundingSphere.operator ==(BoundingSphere, BoundingSphere)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\BoundingSphere.cs(508): warning CA1704: Microsoft.Naming : In method 'BoundingSphere.operator !=(BoundingSphere, BoundingSphere)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\BoundingSphere.cs(508): warning CA1704: Microsoft.Naming : In method 'BoundingSphere.operator !=(BoundingSphere, BoundingSphere)', consider providing a more meaningful name than parameter name 'b'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'BoundingSphere.Radius' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>v:\FNA-master\src\BoundingSphere.cs(514): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'BoundingSphere.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\BoundingSphere.cs(80): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\BoundingSphere.cs(80): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix' be a reference parameter.
1>v:\FNA-master\src\Color.cs(1423): warning CA2207: Microsoft.Usage : Initialize all static fields in 'Color' when those fields are declared and remove the explicit static constructor.
1>v:\FNA-master\src\Color.cs(1656): warning CA1704: Microsoft.Naming : In method 'Color.Color(int, int, int)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Color.cs(1656): warning CA1704: Microsoft.Naming : In method 'Color.Color(int, int, int)', consider providing a more meaningful name than parameter name 'g'.
1>v:\FNA-master\src\Color.cs(1656): warning CA1704: Microsoft.Naming : In method 'Color.Color(int, int, int)', consider providing a more meaningful name than parameter name 'r'.
1>v:\FNA-master\src\Color.cs(1672): warning CA1704: Microsoft.Naming : In method 'Color.Color(int, int, int, int)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Color.cs(1672): warning CA1704: Microsoft.Naming : In method 'Color.Color(int, int, int, int)', consider providing a more meaningful name than parameter name 'g'.
1>v:\FNA-master\src\Color.cs(1672): warning CA1704: Microsoft.Naming : In method 'Color.Color(int, int, int, int)', consider providing a more meaningful name than parameter name 'r'.
1>v:\FNA-master\src\Color.cs(1640): warning CA1704: Microsoft.Naming : In method 'Color.Color(float, float, float)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Color.cs(1640): warning CA1704: Microsoft.Naming : In method 'Color.Color(float, float, float)', consider providing a more meaningful name than parameter name 'g'.
1>v:\FNA-master\src\Color.cs(1640): warning CA1704: Microsoft.Naming : In method 'Color.Color(float, float, float)', consider providing a more meaningful name than parameter name 'r'.
1>v:\FNA-master\src\Color.cs(1688): warning CA1704: Microsoft.Naming : In method 'Color.Color(float, float, float, float)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Color.cs(1688): warning CA1704: Microsoft.Naming : In method 'Color.Color(float, float, float, float)', consider providing a more meaningful name than parameter name 'g'.
1>v:\FNA-master\src\Color.cs(1688): warning CA1704: Microsoft.Naming : In method 'Color.Color(float, float, float, float)', consider providing a more meaningful name than parameter name 'r'.
1>v:\FNA-master\src\Color.cs(95): warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Color.A'.
1>v:\FNA-master\src\Color.cs(41): warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Color.B'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Cornsilk' in member name 'Color.Cornsilk' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Color.cs(1402): warning CA1305: Microsoft.Globalization : Because the behavior of 'byte.ToString()' could vary based on the current user's locale settings, replace this call in 'Color.DebugDisplayString.get()' with a call to 'byte.ToString(IFormatProvider)'. If the result of 'byte.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Color.cs(1402): warning CA1305: Microsoft.Globalization : Because the behavior of 'byte.ToString()' could vary based on the current user's locale settings, replace this call in 'Color.DebugDisplayString.get()' with a call to 'byte.ToString(IFormatProvider)'. If the result of 'byte.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Color.cs(1402): warning CA1305: Microsoft.Globalization : Because the behavior of 'byte.ToString()' could vary based on the current user's locale settings, replace this call in 'Color.DebugDisplayString.get()' with a call to 'byte.ToString(IFormatProvider)'. If the result of 'byte.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Color.cs(1402): warning CA1305: Microsoft.Globalization : Because the behavior of 'byte.ToString()' could vary based on the current user's locale settings, replace this call in 'Color.DebugDisplayString.get()' with a call to 'byte.ToString(IFormatProvider)'. If the result of 'byte.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Color.cs(1767): warning CA1704: Microsoft.Naming : Correct the spelling of 'Premultiplied' in member name 'Color.FromNonPremultiplied(Vector4)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Color.cs(1786): warning CA1704: Microsoft.Naming : Correct the spelling of 'Premultiplied' in member name 'Color.FromNonPremultiplied(int, int, int, int)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Color.cs(1786): warning CA1704: Microsoft.Naming : In method 'Color.FromNonPremultiplied(int, int, int, int)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\Color.cs(1786): warning CA1704: Microsoft.Naming : In method 'Color.FromNonPremultiplied(int, int, int, int)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Color.cs(1786): warning CA1704: Microsoft.Naming : In method 'Color.FromNonPremultiplied(int, int, int, int)', consider providing a more meaningful name than parameter name 'g'.
1>v:\FNA-master\src\Color.cs(1786): warning CA1704: Microsoft.Naming : In method 'Color.FromNonPremultiplied(int, int, int, int)', consider providing a more meaningful name than parameter name 'r'.
1>v:\FNA-master\src\Color.cs(59): warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Color.G'.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Gainsboro' in member name 'Color.Gainsboro' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Color.cs(1806): warning CA1704: Microsoft.Naming : In method 'Color.operator ==(Color, Color)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\Color.cs(1806): warning CA1704: Microsoft.Naming : In method 'Color.operator ==(Color, Color)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Color.cs(1826): warning CA1704: Microsoft.Naming : In method 'Color.operator !=(Color, Color)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\Color.cs(1826): warning CA1704: Microsoft.Naming : In method 'Color.operator !=(Color, Color)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Color.cs(77): warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Color.R'.
1>MSBUILD : warning CA1702: Microsoft.Naming : The compound word 'SeaShell' in member name 'Color.SeaShell' exists as a discrete term. If your usage is intended to be single word, case it as 'Seashell' or strip the first token entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1036: Microsoft.Design : 'CurveKey' should define operator '<' since it implements IComparable.
1>MSBUILD : warning CA1036: Microsoft.Design : 'CurveKey' should define operator '>' since it implements IComparable.
1>v:\FNA-master\src\CurveKey.cs(158): warning CA1062: Microsoft.Design : In externally visible method 'CurveKey.CompareTo(CurveKey)', validate parameter 'other' before using it.
1>v:\FNA-master\src\CurveKey.cs(188): warning CA1704: Microsoft.Naming : In method 'CurveKey.operator ==(CurveKey, CurveKey)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\CurveKey.cs(188): warning CA1704: Microsoft.Naming : In method 'CurveKey.operator ==(CurveKey, CurveKey)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\CurveKey.cs(177): warning CA1704: Microsoft.Naming : In method 'CurveKey.operator !=(CurveKey, CurveKey)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\CurveKey.cs(177): warning CA1704: Microsoft.Naming : In method 'CurveKey.operator !=(CurveKey, CurveKey)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\CurveKeyCollection.cs(71): warning CA2201: Microsoft.Usage : 'CurveKeyCollection.this.set(int, CurveKey)' creates an exception of type 'IndexOutOfRangeException', an exception type that is reserved by the runtime and should never be raised by managed code. If this exception instance might be thrown, use a different exception type.
1>MSBUILD : warning CA1008: Microsoft.Design : In enum 'DisplayOrientation', change the name of 'DisplayOrientation.Default' to 'None'.
1>MSBUILD : warning CA1714: Microsoft.Naming : If enumeration name 'DisplayOrientation' is singular, change it to a plural form.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Drawable' in type name 'DrawableGameComponent'.
1>v:\FNA-master\src\Game.cs(370): warning CA1305: Microsoft.Globalization : Because the behavior of 'string.Format(string, object)' could vary based on the current user's locale settings, replace this call in 'Game.AssertNotDisposed()' with a call to 'string.Format(IFormatProvider, string, params object[])'. If the result of 'string.Format(IFormatProvider, string, params object[])' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Game.cs(142): warning CA2208: Microsoft.Usage : Call the 'ArgumentNullException' constructor that contains a message and/or paramName parameter.
1>v:\FNA-master\src\Game.cs(465): warning CA1303: Microsoft.Globalization : Method 'Game.Run()' passes a literal string as parameter 'message' of a call to 'GamePlatform.ShowRuntimeError(string, string)'. Retrieve the following string(s) from a resource table instead: "Could not find a suitable audio device. Verify that a sound card is\ninstalled, ...".
1>MSBUILD : warning CA1036: Microsoft.Design : 'GameComponent' should override Equals since it implements IComparable.
1>MSBUILD : warning CA1036: Microsoft.Design : 'GameComponent' should define operator '!=' since it implements IComparable.
1>MSBUILD : warning CA1036: Microsoft.Design : 'GameComponent' should define operator '<' since it implements IComparable.
1>MSBUILD : warning CA1036: Microsoft.Design : 'GameComponent' should define operator '==' since it implements IComparable.
1>MSBUILD : warning CA1036: Microsoft.Design : 'GameComponent' should define operator '>' since it implements IComparable.
1>v:\FNA-master\src\GameComponent.cs(144): warning CA1033: Microsoft.Design : Make 'GameComponent' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'IComparable<GameComponent>.CompareTo(GameComponent)' and is visible to derived classes.
1>v:\FNA-master\src\GameComponent.cs(145): warning CA1062: Microsoft.Design : In externally visible method 'GameComponent.IComparable<GameComponent>.CompareTo(GameComponent)', validate parameter 'other' before using it.
1>v:\FNA-master\src\GameServiceContainer.cs(61): warning CA1725: Microsoft.Naming : In member 'GameServiceContainer.GetService(Type)', change parameter name 'type' to 'serviceType' in order to match the identifier as it has been declared in 'IServiceProvider.GetService(Type)'.
1>v:\FNA-master\src\GameWindow.cs(76): warning CA1709: Microsoft.Naming : Correct the casing of 'EXT' in member name 'GameWindow.IsBorderlessEXT' by changing it to 'Ext'.
1>v:\FNA-master\src\GameWindow.cs(140): warning CA1822: Microsoft.Performance : The 'this' parameter (or 'Me' in Visual Basic) of 'GameWindow.OnActivated()' is never used. Mark the member as static (or Shared in Visual Basic) or use 'this'/'Me' in the method body or at least one property accessor, if appropriate.
1>v:\FNA-master\src\GameWindow.cs(152): warning CA1822: Microsoft.Performance : The 'this' parameter (or 'Me' in Visual Basic) of 'GameWindow.OnDeactivated()' is never used. Mark the member as static (or Shared in Visual Basic) or use 'this'/'Me' in the method body or at least one property accessor, if appropriate.
1>v:\FNA-master\src\GameWindow.cs(164): warning CA1822: Microsoft.Performance : The 'this' parameter (or 'Me' in Visual Basic) of 'GameWindow.OnPaint()' is never used. Mark the member as static (or Shared in Visual Basic) or use 'this'/'Me' in the method body or at least one property accessor, if appropriate.
1>v:\FNA-master\src\GameWindow.cs(168): warning CA1702: Microsoft.Naming : The compound word 'OnScreen' in member name 'GameWindow.OnScreenDeviceNameChanged()' exists as a discrete term. If your usage is intended to be single word, case it as 'Onscreen' or strip the first token entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\GraphicsDeviceManager.cs(145): warning CA2208: Microsoft.Usage : Method 'GraphicsDeviceManager.GraphicsDeviceManager(Game)' passes 'The game cannot be null!' as the 'paramName' argument to a 'ArgumentNullException' constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method.
1>v:\FNA-master\src\GraphicsDeviceManager.cs(415): warning CA1033: Microsoft.Design : Make 'GraphicsDeviceManager' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'IGraphicsDeviceManager.BeginDraw()' and is visible to derived classes.
1>v:\FNA-master\src\GraphicsDeviceManager.cs(372): warning CA1033: Microsoft.Design : Make 'GraphicsDeviceManager' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'IGraphicsDeviceManager.CreateDevice()' and is visible to derived classes.
1>v:\FNA-master\src\GraphicsDeviceManager.cs(426): warning CA1033: Microsoft.Design : Make 'GraphicsDeviceManager' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'IGraphicsDeviceManager.EndDraw()' and is visible to derived classes.
1>MSBUILD : warning CA1702: Microsoft.Naming : The compound word 'MultiSampling' in member name 'GraphicsDeviceManager.PreferMultiSampling' exists as a discrete term. If your usage is intended to be single word, case it as 'Multisampling' or strip the first token entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Multi' in member name 'GraphicsDeviceManager.PreferMultiSampling' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\GraphicsDeviceManager.cs(204): warning CA1063: Microsoft.Design : Rename 'GraphicsDeviceManager.IDisposable.Dispose()' to 'Dispose' and ensure that it is declared as public and sealed.
1>MSBUILD : warning CA1704: Microsoft.Naming : Correct the spelling of 'Drawable' in type name 'IDrawable'.
1>MSBUILD : warning CA1710: Microsoft.Naming : Rename 'LaunchParameters' to end in 'Dictionary'.
1>MSBUILD : warning CA2237: Microsoft.Usage : Add [Serializable] to 'LaunchParameters' as this type implements ISerializable.
1>v:\FNA-master\src\MathHelper.cs(102): warning CA1704: Microsoft.Naming : Correct the spelling of 'Barycentric' in member name 'MathHelper.Barycentric(float, float, float, float, float)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\MathHelper.cs(121): warning CA1704: Microsoft.Naming : Correct the spelling of 'Catmull' in member name 'MathHelper.CatmullRom(float, float, float, float, float)' or remove it entirely if it represents any sort of Hungarian notation.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'MathHelper.E'.
1>v:\FNA-master\src\MathHelper.cs(188): warning CA1704: Microsoft.Naming : Correct the spelling of 'Hermite' in member name 'MathHelper.Hermite(float, float, float, float, float)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm11' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm12' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm13' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm14' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm21' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm22' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm23' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm24' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm31' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm32' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm33' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm34' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm41' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm42' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm43' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1704: Microsoft.Naming : In method 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)', correct the spelling of 'm' in parameter name 'm44' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(207): warning CA1025: Microsoft.Design : Consider implementing a version of 'Matrix.Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)' that accepts a parameter array argument.
1>v:\FNA-master\src\Matrix.cs(367): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(367): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix1' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(367): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix2' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(412): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(412): warning CA1045: Microsoft.Design : Consider a design that does not require that 'objectPosition' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(412): warning CA1045: Microsoft.Design : Consider a design that does not require that 'cameraPosition' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(412): warning CA1045: Microsoft.Design : Consider a design that does not require that 'cameraUpVector' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(481): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(481): warning CA1045: Microsoft.Design : Consider a design that does not require that 'objectPosition' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(481): warning CA1045: Microsoft.Design : Consider a design that does not require that 'cameraPosition' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(481): warning CA1045: Microsoft.Design : Consider a design that does not require that 'rotateAxis' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(575): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(575): warning CA1045: Microsoft.Design : Consider a design that does not require that 'axis' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(613): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(613): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(653): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(674): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(674): warning CA1045: Microsoft.Design : Consider a design that does not require that 'cameraPosition' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(674): warning CA1045: Microsoft.Design : Consider a design that does not require that 'cameraTarget' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(674): warning CA1045: Microsoft.Design : Consider a design that does not require that 'cameraUpVector' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(701): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateOrthographic(float, float, float, float)', correct the spelling of 'z' in parameter name 'zFarPlane' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(701): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateOrthographic(float, float, float, float)', correct the spelling of 'z' in parameter name 'zNearPlane' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(713): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(713): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateOrthographic(float, float, float, float, out Matrix)', correct the spelling of 'z' in parameter name 'zFarPlane' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(713): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateOrthographic(float, float, float, float, out Matrix)', correct the spelling of 'z' in parameter name 'zNearPlane' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(732): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateOrthographicOffCenter(float, float, float, float, float, float)', correct the spelling of 'z' in parameter name 'zFarPlane' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(732): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateOrthographicOffCenter(float, float, float, float, float, float)', correct the spelling of 'z' in parameter name 'zNearPlane' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(754): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(754): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateOrthographicOffCenter(float, float, float, float, float, float, out Matrix)', correct the spelling of 'z' in parameter name 'zFarPlane' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(754): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateOrthographicOffCenter(float, float, float, float, float, float, out Matrix)', correct the spelling of 'z' in parameter name 'zNearPlane' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(799): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(849): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(911): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1209): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1209): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(947): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(967): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(987): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1050): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1050): warning CA1045: Microsoft.Design : Consider a design that does not require that 'scales' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1007): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1012): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateScale(float, float, float)', correct the spelling of 'x' in parameter name 'xScale' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(1012): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateScale(float, float, float)', correct the spelling of 'y' in parameter name 'yScale' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(1012): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateScale(float, float, float)', correct the spelling of 'z' in parameter name 'zScale' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(1023): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1023): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateScale(float, float, float, out Matrix)', correct the spelling of 'x' in parameter name 'xScale' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(1023): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateScale(float, float, float, out Matrix)', correct the spelling of 'y' in parameter name 'yScale' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(1023): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateScale(float, float, float, out Matrix)', correct the spelling of 'z' in parameter name 'zScale' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(1111): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1111): warning CA1045: Microsoft.Design : Consider a design that does not require that 'lightDirection' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1111): warning CA1045: Microsoft.Design : Consider a design that does not require that 'plane' be a reference parameter.
1>MSBUILD : warning CA1062: Microsoft.Design : In externally visible method 'Matrix.CreateShadow(ref Vector3, ref Plane, out Matrix)', validate local variable ''plane.Normal'', which was reassigned from parameter 'plane', before using it.
1>v:\FNA-master\src\Matrix.cs(1151): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1151): warning CA1045: Microsoft.Design : Consider a design that does not require that 'position' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1144): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateTranslation(float, float, float)', correct the spelling of 'x' in parameter name 'xPosition' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(1144): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateTranslation(float, float, float)', correct the spelling of 'y' in parameter name 'yPosition' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(1144): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateTranslation(float, float, float)', correct the spelling of 'z' in parameter name 'zPosition' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(1182): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1182): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateTranslation(float, float, float, out Matrix)', correct the spelling of 'x' in parameter name 'xPosition' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(1182): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateTranslation(float, float, float, out Matrix)', correct the spelling of 'y' in parameter name 'yPosition' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(1182): warning CA1704: Microsoft.Naming : In method 'Matrix.CreateTranslation(float, float, float, out Matrix)', correct the spelling of 'z' in parameter name 'zPosition' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Matrix.cs(1249): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1249): warning CA1045: Microsoft.Design : Consider a design that does not require that 'position' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1249): warning CA1045: Microsoft.Design : Consider a design that does not require that 'forward' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1249): warning CA1045: Microsoft.Design : Consider a design that does not require that 'up' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(145): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(234): warning CA1021: Microsoft.Design : Consider a design that does not require that 'scale' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(234): warning CA1021: Microsoft.Design : Consider a design that does not require that 'rotation' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(234): warning CA1021: Microsoft.Design : Consider a design that does not require that 'translation' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1287): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1287): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix1' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1287): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix2' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1329): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1329): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix1' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1356): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1356): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1598): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1598): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix1' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1598): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix2' be a reference parameter.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M11' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M12' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M13' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M14' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M21' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M22' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M23' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M24' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M31' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M32' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M33' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M34' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M41' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M42' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M43' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Matrix.M44' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>v:\FNA-master\src\Matrix.cs(1737): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1737): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix1' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1737): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix2' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1875): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1875): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix1' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(1917): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(1917): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(2003): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(2003): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix1' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(2003): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix2' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(321): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Matrix.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Matrix.cs(2067): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(2067): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(2067): warning CA1045: Microsoft.Design : Consider a design that does not require that 'rotation' be a reference parameter.
1>v:\FNA-master\src\Matrix.cs(2030): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Matrix.cs(2030): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix' be a reference parameter.
1>v:\FNA-master\src\Plane.cs(61): warning CA1704: Microsoft.Naming : In method 'Plane.Plane(Vector3, Vector3, Vector3)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\Plane.cs(61): warning CA1704: Microsoft.Naming : In method 'Plane.Plane(Vector3, Vector3, Vector3)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Plane.cs(61): warning CA1704: Microsoft.Naming : In method 'Plane.Plane(Vector3, Vector3, Vector3)', consider providing a more meaningful name than parameter name 'c'.
1>v:\FNA-master\src\Plane.cs(55): warning CA1704: Microsoft.Naming : In method 'Plane.Plane(Vector3, float)', consider providing a more meaningful name than parameter name 'd'.
1>v:\FNA-master\src\Plane.cs(70): warning CA1704: Microsoft.Naming : In method 'Plane.Plane(float, float, float, float)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\Plane.cs(70): warning CA1704: Microsoft.Naming : In method 'Plane.Plane(float, float, float, float)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Plane.cs(70): warning CA1704: Microsoft.Naming : In method 'Plane.Plane(float, float, float, float)', consider providing a more meaningful name than parameter name 'c'.
1>v:\FNA-master\src\Plane.cs(70): warning CA1704: Microsoft.Naming : In method 'Plane.Plane(float, float, float, float)', consider providing a more meaningful name than parameter name 'd'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Plane.D' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Plane.D'.
1>v:\FNA-master\src\Plane.cs(31): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Plane.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Plane.cs(91): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Plane.cs(91): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value' be a reference parameter.
1>v:\FNA-master\src\Plane.cs(111): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Plane.cs(111): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value' be a reference parameter.
1>v:\FNA-master\src\Plane.cs(130): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Plane.cs(130): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value' be a reference parameter.
1>v:\FNA-master\src\Plane.cs(317): warning CA1725: Microsoft.Naming : In member 'Plane.Equals(object)', change parameter name 'other' to 'obj' in order to match the identifier as it has been declared in 'ValueType.Equals(object)'.
1>v:\FNA-master\src\Plane.cs(161): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Plane.cs(161): warning CA1045: Microsoft.Design : Consider a design that does not require that 'box' be a reference parameter.
1>v:\FNA-master\src\Plane.cs(177): warning CA1062: Microsoft.Design : In externally visible method 'Plane.Intersects(BoundingFrustum)', validate parameter 'frustum' before using it.
1>v:\FNA-master\src\Plane.cs(171): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Plane.cs(171): warning CA1045: Microsoft.Design : Consider a design that does not require that 'sphere' be a reference parameter.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Plane.Normal' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>v:\FNA-master\src\Plane.cs(211): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Plane.cs(211): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value' be a reference parameter.
1>MSBUILD : warning CA1062: Microsoft.Design : In externally visible method 'Plane.Normalize(ref Plane, out Plane)', validate local variable ''value.Normal'', which was reassigned from parameter 'value', before using it.
1>MSBUILD : warning CA1062: Microsoft.Design : In externally visible method 'Plane.Normalize(ref Plane, out Plane)', validate local variable ''result.Normal'', which was reassigned from parameter 'result', before using it.
1>v:\FNA-master\src\Plane.cs(333): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Plane.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Plane.cs(249): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Plane.cs(249): warning CA1045: Microsoft.Design : Consider a design that does not require that 'plane' be a reference parameter.
1>v:\FNA-master\src\Plane.cs(249): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix' be a reference parameter.
1>v:\FNA-master\src\Plane.cs(293): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Plane.cs(293): warning CA1045: Microsoft.Design : Consider a design that does not require that 'plane' be a reference parameter.
1>v:\FNA-master\src\Plane.cs(293): warning CA1045: Microsoft.Design : Consider a design that does not require that 'rotation' be a reference parameter.
1>v:\FNA-master\src\Point.cs(90): warning CA1704: Microsoft.Naming : In method 'Point.Point(int, int)', consider providing a more meaningful name than parameter name 'x'.
1>v:\FNA-master\src\Point.cs(90): warning CA1704: Microsoft.Naming : In method 'Point.Point(int, int)', consider providing a more meaningful name than parameter name 'y'.
1>v:\FNA-master\src\Point.cs(53): warning CA1305: Microsoft.Globalization : Because the behavior of 'int.ToString()' could vary based on the current user's locale settings, replace this call in 'Point.DebugDisplayString.get()' with a call to 'int.ToString(IFormatProvider)'. If the result of 'int.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Point.cs(53): warning CA1305: Microsoft.Globalization : Because the behavior of 'int.ToString()' could vary based on the current user's locale settings, replace this call in 'Point.DebugDisplayString.get()' with a call to 'int.ToString(IFormatProvider)'. If the result of 'int.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Point.cs(153): warning CA2225: Microsoft.Usage : Provide a method named 'Add' as a friendly alternate for operator 'Point.operator +(Point, Point)'.
1>v:\FNA-master\src\Point.cs(186): warning CA2225: Microsoft.Usage : Provide a method named 'Divide' as a friendly alternate for operator 'Point.operator /(Point, Point)'.
1>v:\FNA-master\src\Point.cs(197): warning CA1704: Microsoft.Naming : In method 'Point.operator ==(Point, Point)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\Point.cs(197): warning CA1704: Microsoft.Naming : In method 'Point.operator ==(Point, Point)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Point.cs(208): warning CA1704: Microsoft.Naming : In method 'Point.operator !=(Point, Point)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\Point.cs(208): warning CA1704: Microsoft.Naming : In method 'Point.operator !=(Point, Point)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Point.cs(175): warning CA2225: Microsoft.Usage : Provide a method named 'Multiply' as a friendly alternate for operator 'Point.operator *(Point, Point)'.
1>v:\FNA-master\src\Point.cs(164): warning CA2225: Microsoft.Usage : Provide a method named 'Subtract' as a friendly alternate for operator 'Point.operator -(Point, Point)'.
1>v:\FNA-master\src\Point.cs(135): warning CA1305: Microsoft.Globalization : Because the behavior of 'int.ToString()' could vary based on the current user's locale settings, replace this call in 'Point.ToString()' with a call to 'int.ToString(IFormatProvider)'. If the result of 'int.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Point.cs(135): warning CA1305: Microsoft.Globalization : Because the behavior of 'int.ToString()' could vary based on the current user's locale settings, replace this call in 'Point.ToString()' with a call to 'int.ToString(IFormatProvider)'. If the result of 'int.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Point.X' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Point.X'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Point.Y' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Point.Y'.
1>v:\FNA-master\src\Quaternion.cs(91): warning CA1704: Microsoft.Naming : In method 'Quaternion.Quaternion(float, float, float, float)', consider providing a more meaningful name than parameter name 'w'.
1>v:\FNA-master\src\Quaternion.cs(91): warning CA1704: Microsoft.Naming : In method 'Quaternion.Quaternion(float, float, float, float)', consider providing a more meaningful name than parameter name 'x'.
1>v:\FNA-master\src\Quaternion.cs(91): warning CA1704: Microsoft.Naming : In method 'Quaternion.Quaternion(float, float, float, float)', consider providing a more meaningful name than parameter name 'y'.
1>v:\FNA-master\src\Quaternion.cs(91): warning CA1704: Microsoft.Naming : In method 'Quaternion.Quaternion(float, float, float, float)', consider providing a more meaningful name than parameter name 'z'.
1>v:\FNA-master\src\Quaternion.cs(223): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(223): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion1' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(223): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion2' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(241): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(241): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(241): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(268): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(268): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(286): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(286): warning CA1045: Microsoft.Design : Consider a design that does not require that 'axis' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(304): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(304): warning CA1045: Microsoft.Design : Consider a design that does not require that 'matrix' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(362): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(62): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Quaternion.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Quaternion.cs(62): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Quaternion.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Quaternion.cs(62): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Quaternion.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Quaternion.cs(62): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Quaternion.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Quaternion.cs(389): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(389): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion1' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(389): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion2' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(431): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(431): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion1' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(431): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion2' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(448): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(448): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(477): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(477): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion1' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(477): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion2' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(609): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(609): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion1' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(609): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion2' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(598): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(598): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion1' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(636): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(636): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(651): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(651): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(528): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(528): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion1' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(528): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion2' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(528): warning CA1704: Microsoft.Naming : Correct the spelling of 'Slerp' in member name 'Quaternion.Slerp(ref Quaternion, ref Quaternion, float, out Quaternion)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Quaternion.cs(517): warning CA1704: Microsoft.Naming : Correct the spelling of 'Slerp' in member name 'Quaternion.Slerp(Quaternion, Quaternion, float)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Quaternion.cs(573): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Quaternion.cs(573): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion1' be a reference parameter.
1>v:\FNA-master\src\Quaternion.cs(573): warning CA1045: Microsoft.Design : Consider a design that does not require that 'quaternion2' be a reference parameter.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Quaternion.W' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Quaternion.W'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Quaternion.X' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Quaternion.X'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Quaternion.Y' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Quaternion.Y'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Quaternion.Z' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Quaternion.Z'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Ray.Direction' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>v:\FNA-master\src\Ray.cs(177): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Ray.cs(177): warning CA1045: Microsoft.Design : Consider a design that does not require that 'box' be a reference parameter.
1>v:\FNA-master\src\Ray.cs(81): warning CA1502: Microsoft.Maintainability : 'Ray.Intersects(BoundingBox)' has a cyclomatic complexity of 45. Rewrite or refactor the method to reduce complexity to 25.
1>v:\FNA-master\src\Ray.cs(219): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Ray.cs(219): warning CA1045: Microsoft.Design : Consider a design that does not require that 'sphere' be a reference parameter.
1>v:\FNA-master\src\Ray.cs(196): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Ray.cs(196): warning CA1045: Microsoft.Design : Consider a design that does not require that 'plane' be a reference parameter.
1>v:\FNA-master\src\Ray.cs(273): warning CA1704: Microsoft.Naming : In method 'Ray.operator ==(Ray, Ray)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\Ray.cs(273): warning CA1704: Microsoft.Naming : In method 'Ray.operator ==(Ray, Ray)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Ray.cs(267): warning CA1704: Microsoft.Naming : In method 'Ray.operator !=(Ray, Ray)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\Ray.cs(267): warning CA1704: Microsoft.Naming : In method 'Ray.operator !=(Ray, Ray)', consider providing a more meaningful name than parameter name 'b'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Ray.Position' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>v:\FNA-master\src\Rectangle.cs(198): warning CA1704: Microsoft.Naming : In method 'Rectangle.Rectangle(int, int, int, int)', consider providing a more meaningful name than parameter name 'x'.
1>v:\FNA-master\src\Rectangle.cs(198): warning CA1704: Microsoft.Naming : In method 'Rectangle.Rectangle(int, int, int, int)', consider providing a more meaningful name than parameter name 'y'.
1>v:\FNA-master\src\Rectangle.cs(250): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Rectangle.cs(250): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value' be a reference parameter.
1>v:\FNA-master\src\Rectangle.cs(258): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Rectangle.cs(258): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value' be a reference parameter.
1>v:\FNA-master\src\Rectangle.cs(216): warning CA1704: Microsoft.Naming : In method 'Rectangle.Contains(int, int)', consider providing a more meaningful name than parameter name 'x'.
1>v:\FNA-master\src\Rectangle.cs(216): warning CA1704: Microsoft.Naming : In method 'Rectangle.Contains(int, int)', consider providing a more meaningful name than parameter name 'y'.
1>v:\FNA-master\src\Rectangle.cs(146): warning CA1305: Microsoft.Globalization : Because the behavior of 'int.ToString()' could vary based on the current user's locale settings, replace this call in 'Rectangle.DebugDisplayString.get()' with a call to 'int.ToString(IFormatProvider)'. If the result of 'int.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Rectangle.cs(146): warning CA1305: Microsoft.Globalization : Because the behavior of 'int.ToString()' could vary based on the current user's locale settings, replace this call in 'Rectangle.DebugDisplayString.get()' with a call to 'int.ToString(IFormatProvider)'. If the result of 'int.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Rectangle.cs(146): warning CA1305: Microsoft.Globalization : Because the behavior of 'int.ToString()' could vary based on the current user's locale settings, replace this call in 'Rectangle.DebugDisplayString.get()' with a call to 'int.ToString(IFormatProvider)'. If the result of 'int.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Rectangle.cs(146): warning CA1305: Microsoft.Globalization : Because the behavior of 'int.ToString()' could vary based on the current user's locale settings, replace this call in 'Rectangle.DebugDisplayString.get()' with a call to 'int.ToString(IFormatProvider)'. If the result of 'int.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Rectangle.Height' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>v:\FNA-master\src\Rectangle.cs(292): warning CA2233: Microsoft.Usage : Correct the potential overflow in the operation 'horizontalValue*2' in 'Rectangle.Inflate(int, int)'.
1>v:\FNA-master\src\Rectangle.cs(293): warning CA2233: Microsoft.Usage : Correct the potential overflow in the operation 'verticalValue*2' in 'Rectangle.Inflate(int, int)'.
1>v:\FNA-master\src\Rectangle.cs(385): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Rectangle.cs(385): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Rectangle.cs(385): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Rectangle.cs(350): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Rectangle.cs(350): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value' be a reference parameter.
1>v:\FNA-master\src\Rectangle.cs(271): warning CA1719: Microsoft.Naming : Change either member or parameter name 'offset' so that one differs from the other.
1>v:\FNA-master\src\Rectangle.cs(362): warning CA1704: Microsoft.Naming : In method 'Rectangle.operator ==(Rectangle, Rectangle)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\Rectangle.cs(362): warning CA1704: Microsoft.Naming : In method 'Rectangle.operator ==(Rectangle, Rectangle)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Rectangle.cs(370): warning CA1704: Microsoft.Naming : In method 'Rectangle.operator !=(Rectangle, Rectangle)', consider providing a more meaningful name than parameter name 'a'.
1>v:\FNA-master\src\Rectangle.cs(370): warning CA1704: Microsoft.Naming : In method 'Rectangle.operator !=(Rectangle, Rectangle)', consider providing a more meaningful name than parameter name 'b'.
1>v:\FNA-master\src\Rectangle.cs(327): warning CA1305: Microsoft.Globalization : Because the behavior of 'int.ToString()' could vary based on the current user's locale settings, replace this call in 'Rectangle.ToString()' with a call to 'int.ToString(IFormatProvider)'. If the result of 'int.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Rectangle.cs(327): warning CA1305: Microsoft.Globalization : Because the behavior of 'int.ToString()' could vary based on the current user's locale settings, replace this call in 'Rectangle.ToString()' with a call to 'int.ToString(IFormatProvider)'. If the result of 'int.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Rectangle.cs(327): warning CA1305: Microsoft.Globalization : Because the behavior of 'int.ToString()' could vary based on the current user's locale settings, replace this call in 'Rectangle.ToString()' with a call to 'int.ToString(IFormatProvider)'. If the result of 'int.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Rectangle.cs(327): warning CA1305: Microsoft.Globalization : Because the behavior of 'int.ToString()' could vary based on the current user's locale settings, replace this call in 'Rectangle.ToString()' with a call to 'int.ToString(IFormatProvider)'. If the result of 'int.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Rectangle.cs(424): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Rectangle.cs(424): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Rectangle.cs(424): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Rectangle.Width' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Rectangle.X' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Rectangle.X'.
1>MSBUILD : warning CA1051: Microsoft.Design : Because field 'Rectangle.Y' is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.
1>MSBUILD : warning CA1704: Microsoft.Naming : Consider providing a more meaningful name than member name 'Rectangle.Y'.
1>v:\FNA-master\src\ReusableItemList.cs(31): warning CA2201: Microsoft.Usage : 'ReusableItemList<T>.this.get(int)' creates an exception of type 'IndexOutOfRangeException', an exception type that is reserved by the runtime and should never be raised by managed code. If this exception instance might be thrown, use a different exception type.
1>v:\FNA-master\src\ReusableItemList.cs(39): warning CA2201: Microsoft.Usage : 'ReusableItemList<T>.this.set(int, T)' creates an exception of type 'IndexOutOfRangeException', an exception type that is reserved by the runtime and should never be raised by managed code. If this exception instance might be thrown, use a different exception type.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(161): warning CA1806: Microsoft.Usage : 'SDL2_GamePlatform.SDL2_GamePlatform(Game)' calls 'SDL.SDL_Init(uint)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(191): warning CA1806: Microsoft.Usage : 'SDL2_GamePlatform.SDL2_GamePlatform(Game)' calls 'SDL.SDL_ShowCursor(int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(581): warning CA1806: Microsoft.Usage : 'SDL2_GamePlatform.GetCurrentDisplayMode()' calls 'SDL.SDL_GetCurrentDisplayMode(int, out SDL.SDL_DisplayMode)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(699): warning CA1806: Microsoft.Usage : 'SDL2_GamePlatform.INTERNAL_GenerateDisplayModes()' calls 'SDL.SDL_GetDisplayMode(int, int, out SDL.SDL_DisplayMode)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(642): warning CA1806: Microsoft.Usage : 'SDL2_GamePlatform.OnIsMouseVisibleChanged()' calls 'SDL.SDL_ShowCursor(int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(246): warning CA1506: Microsoft.Maintainability : 'SDL2_GamePlatform.RunLoop()' is coupled with 33 different types from 9 different namespaces. Rewrite or refactor the method to decrease its class coupling, or consider moving the method to one of the other types it is tightly coupled with. A class coupling above 40 indicates poor maintainability, a class coupling between 40 and 30 indicates moderate maintainability, and a class coupling below 30 indicates good maintainability.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(246): warning CA1502: Microsoft.Maintainability : 'SDL2_GamePlatform.RunLoop()' has a cyclomatic complexity of 32. Rewrite or refactor the method to reduce complexity to 25.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(339): warning CA1806: Microsoft.Usage : 'SDL2_GamePlatform.RunLoop()' calls 'SDL.SDL_SetWindowFullscreen(IntPtr, uint)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(356): warning CA1806: Microsoft.Usage : 'SDL2_GamePlatform.RunLoop()' calls 'SDL.SDL_SetWindowFullscreen(IntPtr, uint)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(611): warning CA1303: Microsoft.Globalization : Method 'SDL2_GamePlatform.SetPresentationInterval(PresentInterval)' passes a literal string as parameter 'value' of a call to 'Console.WriteLine(string)'. Retrieve the following string(s) from a resource table instead: "EXT_swap_control_tear unsupported. Fall back to standard VSync.".
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(607): warning CA1303: Microsoft.Globalization : Method 'SDL2_GamePlatform.SetPresentationInterval(PresentInterval)' passes a literal string as parameter 'value' of a call to 'Console.WriteLine(string)'. Retrieve the following string(s) from a resource table instead: "Using EXT_swap_control_tear VSync!".
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(601): warning CA1806: Microsoft.Usage : 'SDL2_GamePlatform.SetPresentationInterval(PresentInterval)' calls 'SDL.SDL_GL_SetSwapInterval(int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(613): warning CA1806: Microsoft.Usage : 'SDL2_GamePlatform.SetPresentationInterval(PresentInterval)' calls 'SDL.SDL_GL_SetSwapInterval(int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(619): warning CA1806: Microsoft.Usage : 'SDL2_GamePlatform.SetPresentationInterval(PresentInterval)' calls 'SDL.SDL_GL_SetSwapInterval(int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(623): warning CA1806: Microsoft.Usage : 'SDL2_GamePlatform.SetPresentationInterval(PresentInterval)' calls 'SDL.SDL_GL_SetSwapInterval(int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(627): warning CA2201: Microsoft.Usage : 'SDL2_GamePlatform.SetPresentationInterval(PresentInterval)' creates an exception of type 'Exception', an exception type that is not sufficiently specific and should never be raised by user code. If this exception instance might be thrown, use a different exception type.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(611): warning CA2204: Microsoft.Naming : Correct the spelling of the unrecognized token 'EXTswapcontroltear' in the literal '"EXT_swap_control_tear unsupported. Fall back to standard VSync."'.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(607): warning CA2204: Microsoft.Naming : Correct the spelling of the unrecognized token 'EXTswapcontroltear' in the literal '"Using EXT_swap_control_tear VSync!"'.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(627): warning CA2204: Microsoft.Naming : Correct the spelling of the unrecognized token 'PresentInterval' in the literal '"Unrecognized PresentInterval!"'.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(611): warning CA2204: Microsoft.Naming : Correct the spelling of the unrecognized token 'VSync' in the literal '"EXT_swap_control_tear unsupported. Fall back to standard VSync."'.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(607): warning CA2204: Microsoft.Naming : Correct the spelling of the unrecognized token 'VSync' in the literal '"Using EXT_swap_control_tear VSync!"'.
1>v:\FNA-master\src\SDL2\SDL2_GamePlatform.cs(566): warning CA1806: Microsoft.Usage : 'SDL2_GamePlatform.ShowRuntimeError(string, string)' calls 'SDL.SDL_ShowSimpleMessageBox(SDL.SDL_MessageBoxFlags, string, string, IntPtr)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>MSBUILD : warning CA1049: Microsoft.Design : Implement IDisposable on 'SDL2_GameWindow'.
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(156): warning CA2214: Microsoft.Usage : 'SDL2_GameWindow.SDL2_GameWindow()' contains a call chain that results in a call to a virtual method defined by the class. Review the following call stack for unintended consequences:
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(156): warning CA2214:
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(156): warning CA2214: SDL2_GameWindow..ctor()
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(156): warning CA2214: GameWindow.get_AllowUserResizing():Boolean
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(171): warning CA1806: Microsoft.Usage : 'SDL2_GameWindow.SDL2_GameWindow()' calls 'SDL.SDL_GL_SetAttribute(SDL.SDL_GLattr, int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(172): warning CA1806: Microsoft.Usage : 'SDL2_GameWindow.SDL2_GameWindow()' calls 'SDL.SDL_GL_SetAttribute(SDL.SDL_GLattr, int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(173): warning CA1806: Microsoft.Usage : 'SDL2_GameWindow.SDL2_GameWindow()' calls 'SDL.SDL_GL_SetAttribute(SDL.SDL_GLattr, int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(174): warning CA1806: Microsoft.Usage : 'SDL2_GameWindow.SDL2_GameWindow()' calls 'SDL.SDL_GL_SetAttribute(SDL.SDL_GLattr, int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(175): warning CA1806: Microsoft.Usage : 'SDL2_GameWindow.SDL2_GameWindow()' calls 'SDL.SDL_GL_SetAttribute(SDL.SDL_GLattr, int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(176): warning CA1806: Microsoft.Usage : 'SDL2_GameWindow.SDL2_GameWindow()' calls 'SDL.SDL_GL_SetAttribute(SDL.SDL_GLattr, int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(177): warning CA1806: Microsoft.Usage : 'SDL2_GameWindow.SDL2_GameWindow()' calls 'SDL.SDL_GL_SetAttribute(SDL.SDL_GLattr, int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(179): warning CA1806: Microsoft.Usage : 'SDL2_GameWindow.SDL2_GameWindow()' calls 'SDL.SDL_GL_SetAttribute(SDL.SDL_GLattr, int)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(73): warning CA1806: Microsoft.Usage : 'SDL2_GameWindow.ClientBounds.get()' calls 'SDL.SDL_GetCurrentDisplayMode(int, out SDL.SDL_DisplayMode)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>v:\FNA-master\src\SDL2\SDL2_GameWindow.cs(218): warning CA1806: Microsoft.Usage : 'SDL2_GameWindow.EndScreenDeviceChange(string, int, int)' calls 'SDL.SDL_SetWindowFullscreen(IntPtr, uint)' but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
1>MSBUILD : warning CA2006: Microsoft.Reliability : Review usage of 'SDL2_GameWindow.INTERNAL_sdlWindow' (a 'IntPtr' instance) to determine whether it should be replaced with a SafeHandle or CriticalHandle.
1>v:\FNA-master\src\Vector2.cs(127): warning CA1704: Microsoft.Naming : In method 'Vector2.Vector2(float, float)', consider providing a more meaningful name than parameter name 'x'.
1>v:\FNA-master\src\Vector2.cs(127): warning CA1704: Microsoft.Naming : In method 'Vector2.Vector2(float, float)', consider providing a more meaningful name than parameter name 'y'.
1>v:\FNA-master\src\Vector2.cs(249): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(249): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(249): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(292): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(292): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(292): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(292): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value3' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(292): warning CA1704: Microsoft.Naming : Correct the spelling of 'Barycentric' in member name 'Vector2.Barycentric(ref Vector2, ref Vector2, ref Vector2, float, float, out Vector2)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Vector2.cs(269): warning CA1704: Microsoft.Naming : Correct the spelling of 'Barycentric' in member name 'Vector2.Barycentric(Vector2, Vector2, Vector2, float, float)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Vector2.cs(335): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(335): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(335): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(335): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value3' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(335): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value4' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(335): warning CA1704: Microsoft.Naming : Correct the spelling of 'Catmull' in member name 'Vector2.CatmullRom(ref Vector2, ref Vector2, ref Vector2, ref Vector2, float, out Vector2)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Vector2.cs(312): warning CA1704: Microsoft.Naming : Correct the spelling of 'Catmull' in member name 'Vector2.CatmullRom(Vector2, Vector2, Vector2, Vector2, float)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Vector2.cs(367): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(367): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(367): warning CA1045: Microsoft.Design : Consider a design that does not require that 'min' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(367): warning CA1045: Microsoft.Design : Consider a design that does not require that 'max' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(87): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Vector2.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Vector2.cs(87): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Vector2.DebugDisplayString.get()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Vector2.cs(391): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(391): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(391): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(418): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(418): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(418): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(443): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(443): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(443): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(469): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(469): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(493): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(493): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(493): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(534): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(534): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(534): warning CA1045: Microsoft.Design : Consider a design that does not require that 'tangent1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(534): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(534): warning CA1045: Microsoft.Design : Consider a design that does not require that 'tangent2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(534): warning CA1704: Microsoft.Naming : Correct the spelling of 'Hermite' in member name 'Vector2.Hermite(ref Vector2, ref Vector2, ref Vector2, ref Vector2, float, out Vector2)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Vector2.cs(512): warning CA1704: Microsoft.Naming : Correct the spelling of 'Hermite' in member name 'Vector2.Hermite(Vector2, Vector2, Vector2, Vector2, float)' or remove it entirely if it represents any sort of Hungarian notation.
1>v:\FNA-master\src\Vector2.cs(566): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(566): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(566): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(592): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(592): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(592): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(618): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(618): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(618): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(668): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(668): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(668): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(656): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(656): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(693): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(693): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(717): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(717): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(745): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(745): warning CA1045: Microsoft.Design : Consider a design that does not require that 'vector' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(745): warning CA1045: Microsoft.Design : Consider a design that does not require that 'normal' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(778): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(778): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(778): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(803): warning CA1021: Microsoft.Design : Consider a design that does not require that 'result' be an out parameter.
1>v:\FNA-master\src\Vector2.cs(803): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value1' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(803): warning CA1045: Microsoft.Design : Consider a design that does not require that 'value2' be a reference parameter.
1>v:\FNA-master\src\Vector2.cs(216): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Vector2.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\src\Vector2.cs(216): warning CA1305: Microsoft.Globalization : Because the behavior of 'float.ToString()' could vary based on the current user's locale settings, replace this call in 'Vector2.ToString()' with a call to 'float.ToString(IFormatProvider)'. If the result of 'float.ToString(IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
1>v:\FNA-master\s
@willxinc
Copy link
Author

gistfile1.txt is the analysis with all rules enabled.
A more readable version is available here:
https://docs.google.com/spreadsheets/d/1iv5PDbqW65d_9QMeWQ_Sac4u2kgMwOcIxchE7J8nIqg/edit?usp=sharing

Allowing you to filter by ruleID / description / file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment