Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds LicensingService #40

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Remove Extra Space

04c405f
Select commit
Loading
Failed to load commit list.
Draft

Adds LicensingService #40

Remove Extra Space
04c405f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 7, 2024 in 1s

70.66% of diff hit (target 37.88%)

View this Pull Request on Codecov

70.66% of diff hit (target 37.88%)

Annotations

Check warning on line 76 in extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs#L74-L76

Added lines #L74 - L76 were not covered by tests

Check warning on line 135 in extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs#L130-L135

Added lines #L130 - L135 were not covered by tests

Check warning on line 245 in extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs#L245

Added line #L245 was not covered by tests

Check warning on line 249 in extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs#L247-L249

Added lines #L247 - L249 were not covered by tests

Check warning on line 254 in extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs#L251-L254

Added lines #L251 - L254 were not covered by tests

Check warning on line 258 in extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs#L256-L258

Added lines #L256 - L258 were not covered by tests

Check warning on line 261 in extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/HostBuilderExtensions.cs#L260-L261

Added lines #L260 - L261 were not covered by tests

Check warning on line 81 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/DefaultLicensingService.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/DefaultLicensingService.cs#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 44 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/InvalidLicenseException.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/InvalidLicenseException.cs#L41-L44

Added lines #L41 - L44 were not covered by tests

Check warning on line 53 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/InvalidLicenseException.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/InvalidLicenseException.cs#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 30 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 34 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L34

Added line #L34 was not covered by tests

Check warning on line 36 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L36

Added line #L36 was not covered by tests

Check warning on line 47 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 56 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 60 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L60

Added line #L60 was not covered by tests

Check warning on line 63 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 90 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L90

Added line #L90 was not covered by tests

Check warning on line 102 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L102

Added line #L102 was not covered by tests

Check warning on line 105 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L104-L105

Added lines #L104 - L105 were not covered by tests

Check warning on line 122 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L119-L122

Added lines #L119 - L122 were not covered by tests

Check warning on line 160 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L159-L160

Added lines #L159 - L160 were not covered by tests

Check warning on line 170 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L169-L170

Added lines #L169 - L170 were not covered by tests

Check warning on line 172 in extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/Bitwarden.Extensions.Hosting/src/Licensing/PostConfigureLicensingOptions.cs#L172

Added line #L172 was not covered by tests