Gustavo Mauricio de Barros

Results 60 issues of Gustavo Mauricio de Barros

@sebastienros all testing are passing, great job. Just `.Compile` is missing

### Description Many methods in the code base supports cancellation and are nothing using the `CancellationToken`. ### Concerned code \\\Services\UpdateService.cs (1 issue) \\\Utils\Storage\Search\FolderSearch.cs (3 issues) \\\Utils\Archives\CompressArchiveModel.cs (1 issue) \\\Services\SideloadUpdateService.cs (1...

**Describe the bug** `The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.` error is throw at GitHub actions when generating API reference....

bug
dotnet

I'm getting sass executable not found on IIS. (Runtime Sass compilation) Solved with deploying the executable and this: ``` using AspNetCore.SassCompiler; [assembly:SassCompiler("Sass\\dart.exe","Sass\\Sass.snapshot")] ``` Please allow an `IOptions`with the path, this...

Is possible to create a more friendly overload? Actual: ```cs var equal = Terms.Text("=").Or(Terms.Text("==")); var notEqual = Terms.Text("").Or(Terms.Text("!=")); var equality = relational.LeftAssociative( (equal, static (a, b) => new BinaryExpression(BinaryExpressionType.Equal, a,...

# Expected Changelog - Update all dependencies - Critical performance fix: Use `DbType.AnsiString` instead of `DbType.String` - Lots of fixes related to relationships - Small performance improvements - New action:...

> beesofts this project has been abandoned by its author. I'm maintaining a fork over here: https://github.com/NicolasCARPi/dropzone but didn't look at hosting the doc yet. Originally posted by @NicolasCARPi in...

code-refactor
dependencies