Luiz Henrique Cassettari

Results 12 issues of Luiz Henrique Cassettari

Things that were added/changed. * Add UnitTest Project for net6.0 and net48 * Add missing packages for netstandard2.0 * Change interface methods to extension * Change `PostAsStreamAsync` to async

### Is your feature request related to a problem? Please describe If the `Application.Current` is null the `Wpf.Ui` library does not work, too many `Application.Current` are hard coded. This problem...

enhancement

Hello everyone, This PR forces to `EnableUnsafeBinaryFormatterSerialization` in runtime instead of adding the configuration in the csproj. This is done by using the code below before using the `BinaryFormatter`. (Reference:...

Hello everyone I don't think that Dynamo team gonna update this project to support Revit 2025 (.Net Core). Here is an alternative NUnit unit test for Revit, [RevitTest.Samples](https://github.com/ricaun-io/RevitTest) project. The...

I was messing around with `PointOctree` and found some issues by trying to remove a point in some specific location, I guess is some round stuff related. The test below...

### Related Problem I'm trying to show a simple banner in my Nuget packages and found out that there exists a white list. https://learn.microsoft.com/en-us/nuget/nuget-org/package-readme-on-nuget-org#allowed-domains-for-images-and-badges By using the `raw.githubusercontent` works like...

feature-request

Hello @AngryCarrot789 First of all great update! I was trying to update the DataGrid but I having a hard time, wpf style is not my best skill. I found that...

When `Snoop Face`, `Snoop Edge`, `Snoop Point` and `Snoop Linked` the `Allow Multiple Selection` ribbon panel appear. ![RevitLookup - Allow Multiple Selection - 2024-04-30 14-58-17](https://github.com/jeremytammik/RevitLookup/assets/12437519/fffc64d3-16c9-4651-be43-f90432064176) That's a Revit 2025 UI...

by design
external ⤴️

# Summary of the Pull Request Add setting to control the log level of the RevitLookup. **What is this about:** The current version of RevitLookup use the fix level Debug,...

### RevitLookup version 2025.0.10 ### Steps to reproduce I have some strange logs when my Revit open, I guess start happen after the `HostedLifecycleService` update. ```C# 2024-10-07 15:53:09 [ERR] RevitLookup.Services.SoftwareUpdateService:...

by design