Stefan Over
Stefan Over
Hey @boodoolak , you should use the [`EqualsModifier`](https://github.com/Herdo/AdaptiveTriggerLibrary/blob/master/AdaptiveTriggerLibrary/ConditionModifiers/GenericModifiers/EqualsModifier.cs) for that purpose. For the `Condition`, you might need to use the fully qualified name in XAML for the `ConstrainedInternetAccess`. If this...
@boodoolak: The `EqualsModfier` is a generic class, therefore, you need to provide the type argument, even in XAML.
@boodoolak The [official Microsoft docs](https://msdn.microsoft.com/en-us/library/ee956431(v=vs.110).aspx) might help you. If you cannot follow that guide, or to make it easier for yourself, you might want to derive from `NetworkConnectionStateTrigger` in your...
@RicoSuter Will there also be a preview of the NSwagStudio 14.x ? 😄
`BarItem` also has a `Disabled` property. Neither seem to work.
If #18 is completed, this one should be easier to handle.
We might have to add a language service for Visual Studio, which is... - wrapping the plain "old" C# language service - includes Scripty specific features There are two versions,...
Indeed. The `WriteNamespace()` would fit better to the existing methods `Write...()`. Handling the `Namespace Provider` flag might be an issue, I guess?
That's what I intended, yeah. The `{` and `}` would also belong into the stream, not as code into the scripty file. The `Output.WriteNamespace()` method looks fine in your example....
Yeah. Then we will end up in the case of escaping the `{` and `}`. However, this looks much cleaner than all the quotion marks:  This would be...