You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: