Lukas Wiedemann
Lukas Wiedemann
A contributor of the dotnet runtime [suggested](https://github.com/dotnet/runtime/issues/72632#issue-1313675645) using `Uri.TryCreate` to work around the issue. How would you feel about that as a fix while waiting for it to be implemented...
@corranrogue9 ~~It seems to me like changing the `Microsoft.OData.Edm.csproj` like this~~ ``` // DELETE // INSERT ``` ~~would solve the issue.~~ Due to the dependency on VS2019 Enterprise in the...
I believe this would be an interesting feature to add the library. As recommended [saeidjoker/libc.hwid](https://github.com/saeidjoker/libc.hwid) could be used if we modify the targeted librarys as suggested in #20 I would...
I just checked your provided example and stepped through the logic. It seem as if the `When` validation condition is not meant to be used as a check as in...
The issue you describe does indeed seem like a bug: > Seems that I can also modify the signature and ID randomly and the license still validates as Trial with...
I believe a change of targeted frameworks would be sensible altough not necessary to use the library in .NET 6. As suggested [here](https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/cross-platform-targeting#older-targets) a switch to support `netstandard2.0` (and `net461`...
When creating this issue, the implementation target for a .NET wide fix was .NET 7. That target has since been moved to .NET 8 and is now pushed out [indefinetly](https://github.com/dotnet/runtime/issues/72632#issuecomment-1584634895):...
Yes I think you can. I used the example provided in the README and commented out the ExpiresAt, which still produces a XML string. ```C# var passPhrase = "TestPassphrase"; var...
The function works with any string as it is only used to build up an XML file. When using a setup like the one provided in the README: ```C# var...
This seems to be dependent on https://github.com/ionic-team/trapeze/issues/200