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
Fix ArgumentNullException in the ExposeAllPorts method
Also add a test that covers the `ExposeAllPorts` method and two tests that cover the mutual exclusivity between `ExposePort` and `ExposeAllPorts` methods.
AreEqual("ExposePort is mutually exclusive with ExposeAllPorts methods. Do not call ExposeAllPorts if you want to explicitly expose ports.",exception.Message);
0 commit comments