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 |
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"
ROS.NET/Uml.Robotics.Ros.MessageBase/TypeRegistryBase.cs
Line 59 in faf1d2e