Shaun Lawrence

Results 50 issues of Shaun Lawrence

These changes are to provide an improved set of images for the documentation site.

# Description When applying a watermark `sourceFile` to an image the scaling is not correctly applied to the varying output sizes (see below). ![Screenshot 2021-11-02 at 22 01 21](https://user-images.githubusercontent.com/17139988/139959569-fe004e0a-9067-4945-b438-6195729177bf.png) ##...

### SUMMARY Currently images are output as * Android: * `drawable-hdpi` * `drawable-mdpi` * `drawable-xhdpi` * `drawable-xxhdpi` * `drawable-xxxhdpi` * iOS * `"idiom" : "universal"` inside `Contents.json` Propose that more...

Currently there is a mixture of MSTest and NUnit, for consistency we should migrate to a single one and NUnit is my preference

The current ReadMe on NuGet gives very little detail. Propose that we improve this to give a nice easy overview of the framework and a simple usage example. ![Screenshot 2021-09-28...

The wiki approach has a nice clean design however it is painful to finish let alone keep up to date. I quite like the idea of adding in verbose descriptions...

in progress

**Describe the bug** Missing Bitwise NOT operator as per documentation: https://github.com/bijington/expressive/wiki/Operators **Expected behavior** Bitwise not should be possible but it fails. **Platform (please complete the following information):** - Version 2.4.0

in progress

**Describe the bug** When performing comparison between `double` and `float` things go rather wrong. ```csharp var values = new Dictionary { ["FloatValue"] = 4.3f, ["DoubleValue"] = 4.3d, }; var bad...

bug

- snippet/documentation generation