-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04eadba
commit c9f1178
Showing
71 changed files
with
1,001 additions
and
469 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
toolkit/ndepend/NDependReportFiles/AbstractnessVSInstability.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-26.4 KB
(69%)
toolkit/ndepend/NDependReportFiles/ComponentDependenciesDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+11 KB
(110%)
toolkit/ndepend/NDependReportFiles/ComponentDependenciesMatrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<NDependVersion Version="2024.1.0.9730" /> | ||
<NDependVersion Version="2024.1.1.9735" /> |
Binary file modified
BIN
-867 Bytes
(94%)
toolkit/ndepend/NDependReportFiles/TinyComponentDependenciesDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.46 KB
(97%)
toolkit/ndepend/NDependReportFiles/TinyComponentDependenciesMatrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3.35 KB
(110%)
toolkit/ndepend/NDependReportFiles/TinyVisualNDependView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<meta charset="UTF-8"> | ||
<html> | ||
<head> | ||
<link rel="stylesheet" href="src.css"/> | ||
<script src="src.js"></script> | ||
<script src="CommonIssuesData.js"></script> | ||
<script> | ||
var issues='{"fileName":"Anchor.cs","relativePath":"../../../../static-analysis/static-analysis/src/Stride.CommunityToolkit/Rendering/Utilities/Anchor.cs","absolutePath":"D:/a/static-analysis/static-analysis/src/Stride.CommunityToolkit/Rendering/Utilities/Anchor.cs","projectName":"Stride.CommunityToolkit","line":"56","statement":"0","debt":"2h 46min","cov":"N/A","issues":[{"line":"3","ruleId":"ND1000","debt":"1h 0min","severity":"1","expl":"The <i>class TextureCanvas</i> has 201 statements considered as handcrafted code. This is too large suggesting the need to split it into multiple smaller implementations, each dedicated to a specific responsibility."},{"line":"3","ruleId":"ND1001","debt":"1h 36min","severity":"1","expl":"The <i>class TextureCanvas</i> has 32 methods. This is too many suggesting the need to divide it into multiple smaller implementations, each focused on a single responsibility."},{"line":"8","ruleId":"ND1306","debt":"10min","severity":"1","expl":"The <i>nested enumeration TextureCanvas+Anchor</i> is declared as <i>public</i> and is accessed outside its parent type by the <i>2 types Stride_CommunityToolkitSerializerFactory and Program</i>. Typically, types are nested to encapsulate private implementation details. Consider making it <i>private</i> or non-nested."}]}'; | ||
</script> | ||
</head> | ||
<body> | ||
<span id="source" fid="74" style="display:none">H4sIAAAAAAAEALWTzU7DMBCE75HyDqueIXkAChL02lMpD+Da28Rge6P1hlIh3h3nR0BB3Bwrl4yUmU8zcVAeY6c0wqOwNVhtyPs+WDnvidyLlWqHwSDb0FRPYp0Vi/GmLMqi6w/OaugUi1UOtFMxwh7fpGfcqPCqYlm8lwWkU9c1rGPvveLz3bc0nPugW2LoKCZnChFOLQYwrE4pEYRApS8RQTMeb1cX9iuof5it68uAGQ9D7+eQSZ+R/sG6QDPPfRSQFr/wINL4LtRdOzwKaOKADHQc5Ug9pyZVMCCKGxRg1AKKk+ZsE9BUv9Lrv/F76rbJ+mroOA8pmiYViEHyk2akZNu0SxW6G7wzsQ67L1ZpxuUXoNuMlpn4xr0XKzLn4gcSIb/YhX8Y7TMuP/MuVe3Em5d1scs/wY5/wyR+lEV6PgH51BmM9wY=$183$</span> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.