Skip to content

Commit

Permalink
deploy: ebcba0b
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias committed Sep 28, 2024
1 parent 04eadba commit c9f1178
Show file tree
Hide file tree
Showing 71 changed files with 1,001 additions and 469 deletions.
922 changes: 527 additions & 395 deletions toolkit/ndepend/NDependReport.html

Large diffs are not rendered by default.

Binary file modified 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.
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.
2 changes: 1 addition & 1 deletion toolkit/ndepend/NDependReportFiles/NDependReport.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion toolkit/ndepend/NDependReportFiles/NDependVersion.xml
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" />
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.
Binary file modified 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.
Binary file modified toolkit/ndepend/NDependReportFiles/VisualNDependView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions toolkit/ndepend/NDependReportFiles/src/Anchor.cs.html
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>
4 changes: 2 additions & 2 deletions toolkit/ndepend/NDependReportFiles/src/AxialGizmo.cs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<script src="src.js"></script>
<script src="CommonIssuesData.js"></script>
<script>
var issues='{"fileName":"AxialGizmo.cs","relativePath":"../../../../static-analysis/static-analysis/src/Stride.CommunityToolkit/Rendering/Gizmos/AxialGizmo.cs","absolutePath":"D:/a/static-analysis/static-analysis/src/Stride.CommunityToolkit/Rendering/Gizmos/AxialGizmo.cs","projectName":"Stride.CommunityToolkit","line":"96","statement":"32","debt":"7min","cov":"N/A","issues":[{"line":"20","ruleId":"ND1804","debt":"0min 30s","severity":"1","expl":"The constant <i>field GizmoTessellation</i> is publicly exposed to other assemblies. This situation can lead to binary compatibility problems because when the constant value gets changed, clients of the library may need to be recompiled to use the updated value."},{"line":"21","ruleId":"ND1804","debt":"0min 30s","severity":"1","expl":"The constant <i>field GizmoExtremitySize</i> is publicly exposed to other assemblies. This situation can lead to binary compatibility problems because when the constant value gets changed, clients of the library may need to be recompiled to use the updated value."},{"line":"22","ruleId":"ND1804","debt":"0min 30s","severity":"1","expl":"The constant <i>field GizmoOriginScale</i> is publicly exposed to other assemblies. This situation can lead to binary compatibility problems because when the constant value gets changed, clients of the library may need to be recompiled to use the updated value."},{"line":"23","ruleId":"ND1804","debt":"0min 30s","severity":"1","expl":"The constant <i>field GizmoPlaneLength</i> is publicly exposed to other assemblies. This situation can lead to binary compatibility problems because when the constant value gets changed, clients of the library may need to be recompiled to use the updated value."},{"line":"24","ruleId":"ND1804","debt":"0min 30s","severity":"1","expl":"The constant <i>field GizmoDefaultSize</i> is publicly exposed to other assemblies. This situation can lead to binary compatibility problems because when the constant value gets changed, clients of the library may need to be recompiled to use the updated value."},{"line":"7","ruleId":"ND2003","debt":"5min","severity":"1","expl":"The <i>abstract base class AxialGizmo\'s name</i> should be suffixed with <i>Base</i>."}]}';
var issues='{"fileName":"AxialGizmo.cs","relativePath":"../../../../static-analysis/static-analysis/src/Stride.CommunityToolkit/Rendering/Gizmos/AxialGizmo.cs","absolutePath":"D:/a/static-analysis/static-analysis/src/Stride.CommunityToolkit/Rendering/Gizmos/AxialGizmo.cs","projectName":"Stride.CommunityToolkit","line":"151","statement":"32","debt":"16min","cov":"N/A","issues":[{"line":"28","ruleId":"ND1804","debt":"0min 30s","severity":"1","expl":"The constant <i>field GizmoTessellation</i> is publicly exposed to other assemblies. This situation can lead to binary compatibility problems because when the constant value gets changed, clients of the library may need to be recompiled to use the updated value."},{"line":"33","ruleId":"ND1804","debt":"0min 30s","severity":"1","expl":"The constant <i>field GizmoExtremitySize</i> is publicly exposed to other assemblies. This situation can lead to binary compatibility problems because when the constant value gets changed, clients of the library may need to be recompiled to use the updated value."},{"line":"39","ruleId":"ND1804","debt":"0min 30s","severity":"1","expl":"The constant <i>field GizmoOriginScale</i> is publicly exposed to other assemblies. This situation can lead to binary compatibility problems because when the constant value gets changed, clients of the library may need to be recompiled to use the updated value."},{"line":"44","ruleId":"ND1804","debt":"0min 30s","severity":"1","expl":"The constant <i>field GizmoPlaneLength</i> is publicly exposed to other assemblies. This situation can lead to binary compatibility problems because when the constant value gets changed, clients of the library may need to be recompiled to use the updated value."},{"line":"49","ruleId":"ND1804","debt":"0min 30s","severity":"1","expl":"The constant <i>field GizmoDefaultSize</i> is publicly exposed to other assemblies. This situation can lead to binary compatibility problems because when the constant value gets changed, clients of the library may need to be recompiled to use the updated value."},{"line":"51","ruleId":"ND2001","debt":"3min 0s","severity":"1","expl":"The <i>static field _redUniformColor</i> name does not adhere to usual .NET field naming conventions. It does not start with an uppercase letter, an underscore followed by an uppercase letter or a <i>s_</i> expression followed by an uppercase letter."},{"line":"52","ruleId":"ND2001","debt":"3min 0s","severity":"1","expl":"The <i>static field _greenUniformColor</i> name does not adhere to usual .NET field naming conventions. It does not start with an uppercase letter, an underscore followed by an uppercase letter or a <i>s_</i> expression followed by an uppercase letter."},{"line":"53","ruleId":"ND2001","debt":"3min 0s","severity":"1","expl":"The <i>static field _blueUniformColor</i> name does not adhere to usual .NET field naming conventions. It does not start with an uppercase letter, an underscore followed by an uppercase letter or a <i>s_</i> expression followed by an uppercase letter."},{"line":"12","ruleId":"ND2003","debt":"5min","severity":"1","expl":"The <i>abstract base class AxialGizmo\'s name</i> should be suffixed with <i>Base</i>."}]}';
</script>
</head>
<body>
<span id="source" fid="16" style="display:none">H4sIAAAAAAAEAK1WS2/bOBC+B8h/GORkA4WcxJv24DhGmrpGgS66SLJody8FLY1tdilSICnXadD/vnzJohXZSoPqYEvkzDffPMlSUb6EOy1phsmULynH0fFRGa/OJClWNFXN9VvkGUqzYDaOjzjJURUkxWr7RuR5yal+uBeC/Ud1LZ/M6I9cKKdWlHNGUyBzpSVJNaSMKAXXG0qYkzo+ejw+AvMMBgO4VGWeE/lwVS/NUCsQEpT91ysE5NrYhKUUZQFi4dYC0hZmsIsTOHh+M6cYvz/CEvUICik0phoza2sEP2EcSyXu99T51EXXUlqGoEKGa5pisp+dW1sTVuLVfYvi5cDvBVe2JKusvXNizc+tT3RNNAaPKu41SCq40kC59iG8R6WQMaKp4Mb913+M2hUWTJCgMt1oibnJyB39gUbnNDm7WIyMUy4Kyi6GJIn5N4MBBTM1lIHRd9ms1CuppQUFskHVafqTpKac71LCrOGzZDiMDLvVQ5aF0za+G+C8IJIq47MWTVZOtZPKX4xw/Ih8qVcuBud7YuC9UzlhzNLhaNO8oNx2nekPrhZC5j78hAmz6IWSTgLvcEFKpkMSzuJQZH6rhYd12MVKIrpIFHSDzFqr7IXq0YZSChJJJjh7gBvBTEfeYvY3p5aw/x4Dx++90837m1dwuhm+8b/90XOwZpZBK9rw3OJMhw7t4nlob02/tIKdv7cwr68d5Fm/q5lvsZCozMBR8CUqydYREwjtMpnAV4mZex0919I/L7W0tDH8NVv/vtTW3ES4MtWszT+NhjTjfQKhKH2fVsuHR9MeztdQ+nwaKhnkAeoQ8ads6nr9TVRcwF9IJi7430TH5uSFbKKGeR6ZGmRNpS6N+NQdyxO4MbWisdf3cuFstw9dQK9xSI1NX5aM9WuhSN4+eiXFd9u78IGbU5BmnwqUbjxONykW9qV30gBdEQVcaJj7mUa1ccZMvuykmh322Tpin/YyHQdXpjlViq59uVe7PfeVfF5RjTFuS40dxjH3hdswIXr9GKm1QDqxZtsZsIvWluBOsLdVk3usGk2iLiV3uQs2WgqjvuI1077c+XxVDZVqUoKviu16PdeaO9spBDuF9BhHcbfgGrajCH2NzDdmttveYfFk1DqRmE48IHcCtKeNfSoUEA4Y8mEOeYtVdXTXDdJcYUgO9pY+PnGaJ+466UHCsV9hXQ6cdKzuc6qudsWq1X2jo7tHPIGoxcdX4eLYppOE8TFrlIgDMad28uZi0W85c8ItIm4ma6hO6mTSvK8cQonbyOFE2Z9Mnt5WDmFFXeSg6iqZTJ7cVAzQz/8B8ab3IrIN$984$</span>
<span id="source" fid="17" style="display:none">H4sIAAAAAAAEALVYTW/bOBC9B8h/IHJZG/DaSbNtD41jpElqFNhFF2kW2/ZS0PLI5lYSBZJynBb97ztDUhIlq7ETtzoklkTOvPl6M1ShRbZg740ScxheZwuRwavDgyJ8OlU8X4pIt5/fQDYHhQ/wxeFBxlPQOY+gfH0p07TIhLm/lTL5Iky9fjgVX1Op7bbRaMTOdJGmXN2fu9sbyBVoyIxmnM24BhYlXGsWS8UiBdwQBp6xi7XgCbOyBuwOES7ZSuiCJ8k9U7WM0yvG16CZyJhZAtMRZDB0mm7x3u5nkcy00LhaxrhKAbg9vQ8D9nHAPvUHDDjKr8TCnM3uEd5cxDEofIASEsTXu4H5gE1RQDZgr5MC+pUqob0duZIrdJC2cGJZZHM0SWZoS1xkkfuJbrP2qtJnaPCcUMZiUdh72uzMZVznEJXYvUVe7dmo9m1ezBIRMT7TRvHIeDTWi3bL4cG3wwOGVysm5aMpkA7FNP0nRQ4cWyhZ5E3lztw5GFApZpT24WlsqFazO5EkbAaJJLMIeQVi1EThLXCJNLVSwt/f2ALMK/KvQX9giDTdfmfjcNXQ/j22ybfNWIK48NmP1qwEZnehUXAzNKHTfwi9AlWW05WT17qtbBArbsBbsAXrFcTWyYTDgNaQJDajWAIrSBqRKQuFY9pSyizlHdOplGaJRUOr5Ow/fMEwes4+mAdGXbClWCwxgiuOqY0rdJEYW1lOBjQS1liBkdSGIOSg0GspzyLYyU1UkYgDK8sCvw3tGrMXf2wLINW2Fl+hNN8blidIUfMSHKyNglQYAc3q+U37+ofhYjhgXCl5twQ+t/mPir6A0v1HmBEnkntDrr3K+/cEbsyOhyfP452MiXiCfIGVixgeMkoqgTTeCnsk05xjNLHAgp26wxGBWbf3uYiITwehtqYazJSEqwWGHiWn/AswYVgqFbBMGsxoPkseE/DAU++sgvfW7DE7GZ6e7uanIOhlMHWKVpCbsEyqElBBMSMjZtrmJyUYusWSEfGqiIkzKRlwmZPwNHP+pr1/QrYwSxv2Z7uFfQ4xxyrbNAvNgKyqUibL9uZ6TwpcF/QcQ5SLNSTakzLiMkomrvRt5AKRPM+BK6p9qrQVlNnipD7N7itngE/3kzCKFcsZ1BahVj6XGRLRpe2lnxH+P5mgqLgHY5bBXe94/eZywI7Xpy/d3/6rnYQtyIJOcafPSND1qRX3fEdxMyTATmnP3pCcFxdW5kl/W4iDYcexJcmyGYl3H37nawwZDRUPs42D2sQ4sQ60P/cC8dGDsEPNk2BY1+8P5JMHUo5Vj8ZBMdsJRtX8y+JDWsCmRhOax1ISiyNBpMeSKRsjItYeco3Zjf/+8jomzFeM47/y8ZMmg8qQDQPC1GoPjo/BelPV6C8C2ky/faBOAwb4RWAbKboP1tc1vewF9ZLOS340dEcpnANkZiusOSDognpiM+19i6ejh7WrtLcxI1BTScEsJc7bS1kkeDJCNVgLrgBoGlxRX6DTBiGR+BQHDTzjfIVGLXVJb/vKPlNgCpXpc2qPZxrPatid4vHRdWZwrDoandc12JjOB9TBz6LzrEiSs1F0zkSMMwoDu43mGHu4xIH3bFRqCJTCOoLcTp9O29sMh2Axf4dzrZ0Zrsv3R4gLx8WMxJsmwuasT0hRK45JgUdIe6VqI0FWQhk68TlTJz68vb5b549vdKHuXutkMcYOhZb360XBeroMwaYuxn5oW69lAltyZ8AMSyu04qhso3RVSUpXN7mNvSnXqdAa88XSdPm2Z++G/xKVhnI7uOdhOVi4N74l9vqhpE5q2CprWvW1prSu4t0q7HXZnJysWprLRRs7r2Nb0b+t4kBfUCigAmcyOnmVNR/kZH3+p3x03wTuBM6oMvdfJaJCG5k6BrAdeWuB4kmDp4y+CI2PFs2ct0XbeaZGYvDfB2rSPBtZUT+SXc43R+fvWmAfmKPY29g6c0CfbzzRKTu40hZcRmi2aa5Hmm26W+NTl3Yr7HH6q1Fmm/rm0NSlnUQ9qLymnzpX2uTSjPKgHLnKALGxV+uf1+5rv6kMYw26+hbWapPWWrqDOvwcqA9G4ep1A0VjSK2WhHDC8XGXMix7L6/nBFtYPGPgWcD7HVN/88vlxteIx1Rd5HLjthqifeGXSLryq2x6FyE9lBRlm1XJItYMey50B2RMjaZFGy10c8bZTvhOVNCvxuf+E0rXnqHvhdNWJloheBgbvnwe73AaM0rACrYexmglmdcYlwIWockiAyqoykWPmWq6ND/gU+euRncjZ9X5P5lsnKb3cUWb07qc0SC1n+qOjzu7I2zQ1iFBxU8mHd8E9nFKi2m7fBJS7U91yaedXRKMGdYjNcFNJptfNdAf3/8HAbWLgyIa$1776$</span>
</body>
</html>
Loading

0 comments on commit c9f1178

Please sign in to comment.