chore: enable nullability for mvvm helpers #166
Annotations
12 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "NuGet".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Packages:
src/Wpf/Prism.Wpf/Modularity/DirectoryModuleCatalog.netcore.cs#L139
'Assembly.ReflectionOnlyLoadFrom(string)' is obsolete: 'ReflectionOnly loading is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0018)
|
Build Packages:
src/Wpf/Prism.Wpf/Modularity/DirectoryModuleCatalog.netcore.cs#L141
'Assembly.ReflectionOnlyLoad(string)' is obsolete: 'ReflectionOnly loading is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0018)
|
Build Packages:
src/Wpf/Prism.Wpf/Modularity/DirectoryModuleCatalog.netcore.cs#L151
'Assembly.ReflectionOnlyLoadFrom(string)' is obsolete: 'ReflectionOnly loading is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0018)
|
Build Packages:
src/Wpf/Prism.Wpf/Modularity/DirectoryModuleCatalog.netcore.cs#L203
'Assembly.EscapedCodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|
Build Packages:
tests/Wpf/Prism.Wpf.Tests/Modularity/ModuleManagerFixture.cs#L510
Field 'MockDelegateModuleInitializer.LoadBody' is never assigned to, and will always have its default value null
|
Build Packages:
src/Wpf/Prism.Wpf/Modularity/DirectoryModuleCatalog.netcore.cs#L139
'Assembly.ReflectionOnlyLoadFrom(string)' is obsolete: 'ReflectionOnly loading is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0018)
|
Build Packages:
src/Wpf/Prism.Wpf/Modularity/DirectoryModuleCatalog.netcore.cs#L141
'Assembly.ReflectionOnlyLoad(string)' is obsolete: 'ReflectionOnly loading is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0018)
|
Build Packages:
src/Wpf/Prism.Wpf/Modularity/DirectoryModuleCatalog.netcore.cs#L151
'Assembly.ReflectionOnlyLoadFrom(string)' is obsolete: 'ReflectionOnly loading is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0018)
|
Build Packages:
src/Wpf/Prism.Wpf/Modularity/DirectoryModuleCatalog.netcore.cs#L203
'Assembly.EscapedCodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|
Build Packages:
tests/Wpf/Prism.Wpf.Tests/Modularity/ModuleManagerFixture.cs#L510
Field 'MockDelegateModuleInitializer.LoadBody' is never assigned to, and will always have its default value null
|
Loading