Skip to content

No Documentation on Installing Commercial License #2963

@SteveBush

Description

@SteveBush

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:

  1. Go to Xceed. https://xceed.com/products/unit-testing/fluent-assertions/
  2. Purchase license
  3. Wait for receipt
  4. Wait for license. You may need to email [email protected] as I'm not sure the licenses are automatically generated and emailed out.
  5. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions