Steve Hobbs

Results 11 issues of Steve Hobbs

I just came across this scenario with a piece of code of ours. The following (valid) C# code: ``` csharp int number = somevar - -10; // legitimately subtracting a...

Fixed
Compiler

I have a project created using 0.7.4 and I'm now trying to upgrade this to 0.7.5, but setting the resource files to "public" causes issues because it's trying to declare...

Fixed

Is there a way we could potentially have control over the file names that are generated from Script# libraries, for both the minified and debug files? Imagine I have a...

### Changes This PR adds a new hook `useAuth0` (based on Auth0 React's hook of the same name) as an alternative to using the Auth0 class, useful for when using...

medium

We currently have an issue where we always have to build our project to see changes to razor files, despite `UsePhysicalViewsIfNewer` being set to true. I've set up a scenario...

![image](https://user-images.githubusercontent.com/766403/196444434-f012f95c-6180-47d3-a50f-cbeeec744184.png)

![image](https://user-images.githubusercontent.com/766403/196437775-eaa2c5e8-d13a-48ea-a5cd-2bd5e6d48d1c.png)

### Changes - This PR redesigns the readme according to latest guidelines. - Also made a quick tweak to the CI to remove unsupported Ruby versions ![image](https://user-images.githubusercontent.com/766403/196953249-addeaf51-6865-4007-83c8-05aa9179400b.png) ### Tasks -...

I would like to implement a feature of the library where localisation keys can be split amongst multiple files, which can be 'namespaced' by the file name. The reason is...

- Update to `dotenv-rails` (and remove old initializer) - Update to Ruby 3.2.2 - Add VSCode `.devcontainer`