Jamie Taylor
Jamie Taylor
Using the xUnit.NET Test template (`dotnet new xunit`) add unit tests for the source code in the `src` directory. Add the xUnit.NET test library to a directory at the root...
Related to [Book search results are not paged #17Book search results are not paged #17](https://github.com/GaProgMan/dwCheckUI/issues/17) on dwCheckUi ## Repro steps - Head to /books and search with a blank string...
As good as the Builder Pattern is, it might be more explicit to consumers if the middleware uses the [OptionsBuilder](https://codeburst.io/options-pattern-in-net-core-a50285aeb18d) pattern. This will greatly increase visibility of exactly which values...
### Description The [set-cookie header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) can be used to ensure that cookies are only sent via HTTPS and that they are not available in JavaScript via `document.cookie` - amongst other...
## Description The OwaspHeaders.Core middleware does not yet include support for [Feature-Policy](https://scotthelme.co.uk/a-new-security-header-feature-policy/) which is a header related to enabling or disabling certain JavaScript API features. Quote from Scott Helme's blog:...
### Description [Clear Site-Data](https://scotthelme.co.uk/a-new-security-header-clear-site-data/) is a new header which can be used to tell the browser to wipe out cookies and tokens automatically when a user logs out. This can...
Improved formatting of headers and inline code; Improved verbosity of some sections to make them a little easier to consume.
## Description This project uses bower (as does the default `dotnet new mvc` template), however [bower is no longer maintained](https://bower.io/blog/2017/how-to-migrate-away-from-bower/). As such, this template should move away from bower and...
## Description Users of this template are unable to consume it within Visual Studio as there is not VISX for this template. They currently have to consume this template within...
# 10kft view of error When Japanese characters are added to the `test.chapters.txt` file (where `test` is the name of the mp3), and the `mp3chaps -i test.mp3` is used, a...