forked from uml-robotics/ROS.NET
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Using an application that is .netfull only (UI or UnitTest), one can get a NULL DependencyContext. causing the 'Init' function to throw an NullReferenceException. This occurs due to the lack of a manifest file.
Consider null check + warning: "return context == null ? new List() : context"
| return context.RuntimeLibraries |
Metadata
Metadata
Assignees
Labels
No labels