Rafael Sliveira Cordeiro

Results 21 issues of Rafael Sliveira Cordeiro

- Add `NullOrOutOfRange` to Check for Null or `OutOfRange` for References and Nullable Value Types. - Add `NullOrOutOfSQLDateRange` to Nullable DateTime. - Add Missing JetBrains.Annotations and Other Attribute to `OutOfRange`...

The current **3.2.0** Nuget Release. Don't have any support for `Nullable` _classes/structs_ to `OutOfRange` ```csharp private static void TestStruct(int x) { Guard.Against.OutOfRange(x, nameof(x), -10, 10); // OK Guard.Against.OutOfRange(x, nameof(x), -10,...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Enable [nullable-references](https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references) in Serilog and add update the codebase to support the nullable reference...

enhancement

**Does this issue relate to a new *feature* or an existing *bug*?** - [ ] Bug - [x] New Feature **What is the target framework and operating system affected by...

**Information** - OS: Windows 10 - Version: 0.48.0 - Terminal: Any - Runtime: NET 8 with Publish Trimmed **Describe the bug** A clear and concise description of what the bug...

bug
needs triage

Spectre console is lacking integration with Operation System and Terminal progress Indication/feedback. And would be a nice to have feature, improving the feedback of the progress to the User. **Describe...

feature
needs triage

Fixes #1401 - [x] I have read the [Contribution Guidelines](../CONTRIBUTING.md) - [x] I have commented on the issue above and discussed the intended changes - [x] A maintainer has signed...

Suggestion for creating a new Project `ThisAssembly.XmlDocs` to auto generate a code to access the XML Docs from Classes and Members via code. This could, ```c# /// /// Url Helper...

question

Currently, **Jab** uses runtime checks to check if the newly created instance is a `IDisposable` or `IAsyncDisposable`, this could be done by the **Jab** in compile time improving the runtime...

Currently, **Jab** uses runtime checks to find the correct _service factory_ inside `GetService`, this could be done by the Jab in compile time improving the runtime performance. So instead of...