-
Notifications
You must be signed in to change notification settings - Fork 20
[FSSDK-8955] Refac: Replaced all instances of full stack except from changelog file and code files #331
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
Merged
Merged
[FSSDK-8955] Refac: Replaced all instances of full stack except from changelog file and code files #331
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
e29a8b8
Replaced all instances of full stack except from changelog file and c…
NomanShoaib 27094a0
fixes
NomanShoaib 15b20f1
Update README.md
mnoman09 b5e8140
fixed
NomanShoaib 46c1633
resolved
NomanShoaib 5449c90
[FSSDK-8955] Do not lint markdown for now
mikechu-optimizely 5ed3318
[FSSDK-8955] Remove VALIDATE_MARKDOWN
mikechu-optimizely File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed
- Loading branch information
commit b5e814084544f4b65a01737ed1106566827b5a4c
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
This repository houses the .Net based C# SDK for use with Optimizely Feature Experimentation and Optimizely Full Stack (legacy). | ||
|
||
Optimizely Feature Experimentation is an A/B testing and feature management for product development teams, letting you experiment at every step. Using Optimizely Feature Experimentation allows for every feature on your roadmap to be an opportunity to discover hidden insights. Learn more at [Optimizely.com](https://www.optimizely.com/products/experiment/feature-experimentation/), or see the [developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/welcome). | ||
Optimizely Feature Experimentation is an A/B testing and feature management tool for product development teams, letting you experiment at every step. Using Optimizely Feature Experimentation allows for every feature on your roadmap to be an opportunity to discover hidden insights. Learn more at [Optimizely.com](https://www.optimizely.com/products/experiment/feature-experimentation/), or see the [developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/welcome). | ||
|
||
Optimizely Rollouts is [free feature flags](https://www.optimizely.com/free-feature-flagging/) for development teams. You can easily roll out and roll back features in any application without code deploys, mitigating risk for every feature on your roadmap. | ||
|
||
|
@@ -42,7 +42,7 @@ To access the Feature Management configuration in the Optimizely dashboard, plea | |
|
||
See the Optimizely Feature Experimentation [developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0-full-stack/docs/csharp-sdk) to learn how to set up your first Csharp project and use the SDK. | ||
|
||
#### Initialization | ||
### Initialization | ||
|
||
Create the Optimizely Client, for example: | ||
|
||
|
@@ -216,7 +216,7 @@ This option is used to specify whether to start the config manager on initializa | |
|
||
This option is used to provide token for datafile belonging to a secure environment. | ||
|
||
## SDK Development | ||
## Contributing | ||
|
||
russell-loube-optimizely marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Please see [CONTRIBUTING](CONTRIBUTING.md). | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Change line 223 to ### Third Party Licenses |
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.