Skip to content

Commit f839d75

Browse files
author
David Lassonde
committed
Added the list of known FDG warnings
1 parent 978a5c0 commit f839d75

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

fdgRulesets/KnownExistingWarnings.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Editor
2+
-------
3+
Warning CA1020 Consider merging the types defined in 'UnityEditor.Formats.Fbx.Exporter' with another namespace.
4+
> No, we want to keep this namespace
5+
6+
Warning CA1064 Make exception class 'ConvertToLinkedPrefabException' public.
7+
Warning CA1064 Make exception class 'ModelExportException' public. Unity.Formats.Fbx.Editor D:\projects\FbxExporters\Packages\com.unity.formats.fbx\Editor\Scripts\FbxExporter.cs 46 Active
8+
Warning CA1064 Make exception class 'FbxExportSettingsException' public. Unity.Formats.Fbx.Editor D:\projects\FbxExporters\Packages\com.unity.formats.fbx\Editor\Scripts\FbxExportSettings.cs 12 Active
9+
Warning CA1064 Make exception class 'FbxPrefabException' public. Unity.Formats.Fbx.Editor D:\projects\FbxExporters\Packages\com.unity.formats.fbx\Editor\Scripts\FbxPrefabAutoUpdater.cs 15 Active
10+
> In another version of the API when we expose more things
11+
12+
Warning CA1801 (x5) Parameter 'xyz' of 'SomeMethod' is never used. Remove the parameter or use it in the method body. Unity.Formats.Fbx.Editor
13+
> These are defined in Unity, we just do not use the parameters
14+
15+
Runtime
16+
-------
17+
No warning

0 commit comments

Comments
 (0)