-
Notifications
You must be signed in to change notification settings - Fork 732
No Documentation on Installing Commercial License #2963
Copy link
Copy link
Closed
Description
Description
So, I purchased a commercial license from Xceed. As a software developer, I wanted to support continued development as I use FluentAssertions extensively in my tests. However, there is no documentation on how to install the license and disable the Console.WriteLine for the softWarning which I don't want to be part of my builds
Steps:
- Go to Xceed. https://xceed.com/products/unit-testing/fluent-assertions/
- Purchase license
- Wait for receipt
- Wait for license. You may need to email [email protected] as I'm not sure the licenses are automatically generated and emailed out.
- Explore the documentation to find there is no mention of how to attach a license to a NuGet downloaded version of FluentAssertions, v8.
Reproduction Steps
// Arrange
string input = "MyString";
// Act
char result = input[0];
// Assert
result.Should().Be('M');Expected behavior
Expect:
- Documentation on how to disable the soft warning in my builds with a purchased license.
- More than just an email with a license key that doesn't do anything. The commercial license should at least allow me to disable all of the warnings.
Actual behavior
No changes.
Regression?
I would call changing the licensing for v8 a regression.
Known Workarounds
Stick with v7 or just ignore the warnings for v8.
Configuration
No response
Other information
No response
Are you willing to help with a pull-request?
No
Reactions are currently unavailable