- 
                Notifications
    
You must be signed in to change notification settings  - Fork 362
 
Prioritize retrieval of environment variables from IConfiguration instead of directly #1363
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
          
     Merged
      
      
    
  
     Merged
                    Changes from 18 commits
      Commits
    
    
            Show all changes
          
          
            22 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      d96807f
              
                Implemented against Dapr.Client.AspNetCore client
              
              
                WhitWaldo d309423
              
                SImplified DaprWorkflow DI registration and updated to use IConfigura…
              
              
                WhitWaldo d79db7b
              
                Added missing copyright header
              
              
                WhitWaldo 09544d6
              
                Updated actor registration to prefer the updated IConfiguration-based…
              
              
                WhitWaldo fc42cbc
              
                Merge branch 'master' into iconfiguration-preference
              
              
                WhitWaldo fa49f23
              
                Merge branch 'master' into iconfiguration-preference
              
              
                WhitWaldo 851e797
              
                Adopted accepted proposal's guidelines for favoring different environ…
              
              
                WhitWaldo ef25775
              
                Merge remote-tracking branch 'origin/iconfiguration-preference' into …
              
              
                WhitWaldo 616638f
              
                Made some lines a little more concise, added hostname default to Dapr…
              
              
                WhitWaldo d386a5c
              
                Fixed and updated unit tests
              
              
                WhitWaldo 55f375f
              
                Merge branch 'master' into iconfiguration-preference
              
              
                WhitWaldo 48e4de8
              
                Updated to put endpoint resolution mechanism in DaprDefaults within D…
              
              
                WhitWaldo 723d955
              
                Updated packages to fix security advisory https://github.com/advisori…
              
              
                WhitWaldo 18d6c80
              
                Updated Workflow builder to use DaprDefaults with IConfiguration
              
              
                WhitWaldo d803bb4
              
                Merge branch 'master' into iconfiguration-preference
              
              
                WhitWaldo 01e7cbc
              
                Updating global.json
              
              
                WhitWaldo c36bded
              
                Tweaked global.json comment
              
              
                WhitWaldo ca8566d
              
                Merge remote-tracking branch 'origin/iconfiguration-preference' into …
              
              
                WhitWaldo e3e0a85
              
                Adding braces per nit
              
              
                WhitWaldo 2ce8d35
              
                Consolidated both registration extension methods to remove duplication
              
              
                WhitWaldo 91849c6
              
                Merge branch 'master' into iconfiguration-preference
              
              
                WhitWaldo d558f1f
              
                Merge branch 'master' into iconfiguration-preference
              
              
                WhitWaldo 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
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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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 | 
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "_comment": "This policy allows the 7.0.101 SDK or patches in that family.", | ||
| "_comment": "This policy allows the 8.0.100 SDK or patches in that family.", | ||
| "sdk": { | ||
| "version": "7.0.101", | ||
| "rollForward": "latestMajor" | ||
| "version": "8.0.100", | ||
| "rollForward": "minor" | ||
| } | ||
| } | 
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
      
      Oops, something went wrong.
        
    
  
  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.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.