[NUI] Remove various build warnings (phase 1)
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 2 Aug 2024 06:26:48 +0000 (15:26 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Tue, 13 Aug 2024 06:45:22 +0000 (15:45 +0900)
commit56d025a286d9561274f16e32f1af1d802a53206c
tree909f2e5761b3ef8efd37f64c5fb3d2ba67323596
parent3bddea852e83fd2c4ae47a43289c4dac09b82060
[NUI] Remove various build warnings (phase 1)

Found some build warning list by below command

dotnet build /p:BuildWithAnalyzer=True -consoleloggerparameters:NoSummary

Their are too many warnings occurs, let we remove them by multiple phases.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
20 files changed:
src/Tizen.NUI/src/internal/Common/DefaultItemLayoutProperty.cs
src/Tizen.NUI/src/internal/Common/RenderTask.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs
src/Tizen.NUI/src/public/BaseComponents/TextUtils.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs
src/Tizen.NUI/src/public/Common/Matrix.cs
src/Tizen.NUI/src/public/Common/Matrix3.cs
src/Tizen.NUI/src/public/Common/RelativeVector3.cs
src/Tizen.NUI/src/public/Common/TimePeriod.cs
src/Tizen.NUI/src/public/Common/WeakEvent.cs
src/Tizen.NUI/src/public/DragAndDrop/DragAndDrop.cs
src/Tizen.NUI/src/public/Images/ImageUrl.cs
src/Tizen.NUI/src/public/Images/PixelData.cs
src/Tizen.NUI/src/public/Images/PixelFormat.cs
src/Tizen.NUI/src/public/Rendering/VertexBuffer.cs
src/Tizen.NUI/src/public/Theme/ThemeManager.cs
src/Tizen.NUI/src/public/Utility/Capture.cs
src/Tizen.NUI/src/public/Utility/RenderEffect.cs