Skip to content

Releases: microsoftgraph/msgraph-sdk-dotnet-core

1.17.0: Merge pull request #21 from microsoftgraph/dev

15 Aug 21:38
d25eb57
Compare
Choose a tag to compare

Changes:

  • d25eb57 Merge pull request #21 from microsoftgraph/dev
  • b3cb34f Update Microsoft.Graph.Core.csproj (#20)
  • e17f268 Update Microsoft.Graph.Core.csproj (#19)
  • 83837ed Mm/remove page iterator (#18)
  • b901700 Merge pull request #14 from microsoftgraph/is/retry-handler-update
  • 767b8fe Bumping up project version
  • 5b230e7 Refactoring the time-based request retry evaluation condition as per doc
  • f05a58f Merge pull request #15 from microsoftgraph/dev
  • 08cacb5 Using internal access modifier to restrict access to method
  • 17adc73 Code refactoring and adding new test
See more
  • 4bed419 Removing redundant code and adding time-based retry evaluation
  • 9f73ba7 Re-adding methods for count-based retries and method renaming
  • 8a8d8e1 Revert "Removing redundant code"
  • 2e2db45 Using TimeSpan datatype
  • 9643d57 Setting default delay to 0.
  • c8c5455 Update to xml documentation and converting to overloaded method
  • a7bc6c0 Switching from int to TimeSpan datatype
  • 7b8c764 Variable renaming
  • 2f948af Removing redundant code
  • 51b4017 Code refactoring - property reference changes and renaming
  • 5fc7434 Code refactoring - renaming
  • 4913d12 Adding test for checking when delay is greater than RetryTimeLimit
  • 1abbf76 Property refactoring
  • e239ecc Checking whether we have reached the retry time limit
  • 8f48154 Update to test
  • 7f607d2 Method renaming
  • e00afe5 Implementing token cancellation
  • 908ea49 Property and variable renaming
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 058d990 Property and variable name changes
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 949af5f Switching from using count-based to time-based retries
  • bba1077 Adding property to hold the max retry time for requests
  • afbf28c Creating extension method for specifying max retry time from client
  • 422142f Updating error constants with Max Retry Time
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Add compression handler tests
  • 16a0047 Merge pull request #436 from microsoftgraph/po/retryHandlerFix
  • 5439ba8 Add check for null headers.
  • 13261f0 Add request content headers to cloned http request.
  • 3a7ab2f Add compression handler implementation.
  • 960d8da Removes extra ItemGroup element in Core.Test.csproj
  • ac28d4e Refactors core constants
  • 87dd840 Disposes streams
  • 6f83f48 Adds dependsOn validation
  • 6b64b1c Updates GetResponse(s) summary
  • 105f6fa Adds ClientException and code refactor
  • 2c6f2bf Merge pull request #419 from microsoftgraph/po/1.14.0-patch
  • db0cdca Updates release notes
  • 4633fb6 Fixes issues #417 and #413
  • 0f89e51 Update M.G.C.csproj info f...
Read more

Microsoft.Graph.Core.1.17.0-preview.1.nupkg

15 Aug 21:05
b3cb34f
Compare
Choose a tag to compare

Changes:

  • b3cb34f Update Microsoft.Graph.Core.csproj (#20)
  • e17f268 Update Microsoft.Graph.Core.csproj (#19)
  • 83837ed Mm/remove page iterator (#18)
  • b901700 Merge pull request #14 from microsoftgraph/is/retry-handler-update
  • 767b8fe Bumping up project version
  • 5b230e7 Refactoring the time-based request retry evaluation condition as per doc
  • 08cacb5 Using internal access modifier to restrict access to method
  • 17adc73 Code refactoring and adding new test
  • 4bed419 Removing redundant code and adding time-based retry evaluation
  • 9f73ba7 Re-adding methods for count-based retries and method renaming
See more
  • 8a8d8e1 Revert "Removing redundant code"
  • 2e2db45 Using TimeSpan datatype
  • 9643d57 Setting default delay to 0.
  • c8c5455 Update to xml documentation and converting to overloaded method
  • a7bc6c0 Switching from int to TimeSpan datatype
  • 7b8c764 Variable renaming
  • 2f948af Removing redundant code
  • 51b4017 Code refactoring - property reference changes and renaming
  • 5fc7434 Code refactoring - renaming
  • 4913d12 Adding test for checking when delay is greater than RetryTimeLimit
  • 1abbf76 Property refactoring
  • e239ecc Checking whether we have reached the retry time limit
  • 8f48154 Update to test
  • 7f607d2 Method renaming
  • e00afe5 Implementing token cancellation
  • 908ea49 Property and variable renaming
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 058d990 Property and variable name changes
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 949af5f Switching from using count-based to time-based retries
  • bba1077 Adding property to hold the max retry time for requests
  • afbf28c Creating extension method for specifying max retry time from client
  • 422142f Updating error constants with Max Retry Time
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Add compression handler tests
  • 16a0047 Merge pull request #436 from microsoftgraph/po/retryHandlerFix
  • 5439ba8 Add check for null headers.
  • 13261f0 Add request content headers to cloned http request.
  • 3a7ab2f Add compression handler implementation.
  • 960d8da Removes extra ItemGroup element in Core.Test.csproj
  • ac28d4e Refactors core constants
  • 87dd840 Disposes streams
  • 6f83f48 Adds dependsOn validation
  • 6b64b1c Updates GetResponse(s) summary
  • 105f6fa Adds ClientException and code refactor
  • 2c6f2bf Merge pull request #419 from microsoftgraph/po/1.14.0-patch
  • db0cdca Updates release notes
  • 4633fb6 Fixes issues #417 and #413
  • 0f89e51 Update M.G.C.csproj info for 1.14.1 patch release.
  • 79ad849 Adds exception handling.
  • 89462ad Adds test cases
  • 3b989b9...
Read more

1.16.0: Merge pull request #15 from microsoftgraph/dev

03 Jul 18:17
f05a58f
Compare
Choose a tag to compare

Changes:

  • f05a58f Merge pull request #15 from microsoftgraph/dev
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
See more
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Add compression handler tests
  • 16a0047 Merge pull request #436 from microsoftgraph/po/retryHandlerFix
  • 5439ba8 Add check for null headers.
  • 13261f0 Add request content headers to cloned http request.
  • 3a7ab2f Add compression handler implementation.
  • 960d8da Removes extra ItemGroup element in Core.Test.csproj
  • ac28d4e Refactors core constants
  • 87dd840 Disposes streams
  • 6f83f48 Adds dependsOn validation
  • 6b64b1c Updates GetResponse(s) summary
  • 105f6fa Adds ClientException and code refactor
  • 2c6f2bf Merge pull request #419 from microsoftgraph/po/1.14.0-patch
  • db0cdca Updates release notes
  • 4633fb6 Fixes issues #417 and #413
  • 0f89e51 Update M.G.C.csproj info for 1.14.1 patch release.
  • 79ad849 Adds exception handling.
  • 89462ad Adds test cases
  • 3b989b9 Updated minor version
  • c8e504f Merge pull request #409 from microsoftgraph/v1.0/pipelinebuild/1100812
  • a469702 Merge pull request #400 from microsoftgraph/v1.0/pipelinebuild/1078567
  • 112509c Merge pull request #405 from ksikorsk/master
  • 2586b4c Adds BatchResponseContnent
  • 6dcd2b8 Merge pull request #394 from microsoftgraph/v1.0/pipelinebuild/1055899
  • 9d769bc Update generated files with build 1100812
  • b416f32 Merge pull request #399 from microsoftgraph/po/authHandlerRetry
  • b796170 Adds batch request content
  • b44c930 Added ResponseHeaders and StatusCode to ServiceException constructor.
  • 5df2b24 Update generated files with build 1078567
  • 90f859b Updates auth handlers SendRetry to use per request provider if set.
  • 78a2b7e Update generated files with build 1055899
  • c9a3093 Merge pull request #388 from microsoftgraph/14.0.0-preview
  • ad37299 Rename IsRetry -> ShouldRetry
  • b6fbd7a Add GraphUserAccount to request context
  • ae9bb56 Refactor HandlerOptions with defaults and exception handling
  • c1c7e6f Remove Newtonsoft reference form core.test
  • 7c078d9 Version Bump, Fix Newtonsoft Reference
  • cd8f557 Merge pull request #367 from microsoftgraph/middlewareoptions
  • 17f6932 Resolve conflict
  • 2e1b2ae Merge pull request #373 from microsoftgraph/v1.0/pipelinebuild/977754
  • ba0308e Merge branch 'dev' into v1.0/pipelinebuild/977754
  • 9d77596 Merge pull request #378 from microsoftgraph/httpRequestClone
  • eb141e8 Merge pull request #376 from microsoftgraph/enableRootSiteAccess [ #374 ]
  • 99b7a01 Merge pull request #369 from microsoftgraph/v1.0/pipelinebuild/960089
  • 1b33dc4 Add tests for PerRequestProvider
  • ccf11c7 Add cloning...
Read more

Microsoft.Graph.Core.1.16.0-preview.3.nupkg: Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler

21 Jun 02:01
2c23a8b
Compare
Choose a tag to compare

Changes:

  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
See more
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Add compression handler tests
  • 16a0047 Merge pull request #436 from microsoftgraph/po/retryHandlerFix
  • 5439ba8 Add check for null headers.
  • 13261f0 Add request content headers to cloned http request.
  • 3a7ab2f Add compression handler implementation.
  • 960d8da Removes extra ItemGroup element in Core.Test.csproj
  • ac28d4e Refactors core constants
  • 87dd840 Disposes streams
  • 6f83f48 Adds dependsOn validation
  • 6b64b1c Updates GetResponse(s) summary
  • 105f6fa Adds ClientException and code refactor
  • 2c6f2bf Merge pull request #419 from microsoftgraph/po/1.14.0-patch
  • db0cdca Updates release notes
  • 4633fb6 Fixes issues #417 and #413
  • 0f89e51 Update M.G.C.csproj info for 1.14.1 patch release.
  • 79ad849 Adds exception handling.
  • 89462ad Adds test cases
  • 3b989b9 Updated minor version
  • c8e504f Merge pull request #409 from microsoftgraph/v1.0/pipelinebuild/1100812
  • a469702 Merge pull request #400 from microsoftgraph/v1.0/pipelinebuild/1078567
  • 112509c Merge pull request #405 from ksikorsk/master
  • 2586b4c Adds BatchResponseContnent
  • 6dcd2b8 Merge pull request #394 from microsoftgraph/v1.0/pipelinebuild/1055899
  • 9d769bc Update generated files with build 1100812
  • b416f32 Merge pull request #399 from microsoftgraph/po/authHandlerRetry
  • b796170 Adds batch request content
  • b44c930 Added ResponseHeaders and StatusCode to ServiceException constructor.
  • 5df2b24 Update generated files with build 1078567
  • 90f859b Updates auth handlers SendRetry to use per request provider if set.
  • 78a2b7e Update generated files with build 1055899
  • c9a3093 Merge pull request #388 from microsoftgraph/14.0.0-preview
  • ad37299 Rename IsRetry -> ShouldRetry
  • b6fbd7a Add GraphUserAccount to request context
  • ae9bb56 Refactor HandlerOptions with defaults and exception handling
  • c1c7e6f Remove Newtonsoft reference form core.test
  • 7c078d9 Version Bump, Fix Newtonsoft Reference
  • cd8f557 Merge pull request #367 from microsoftgraph/middlewareoptions
  • 17f6932 Resolve conflict
  • 2e1b2ae Merge pull request #373 from microsoftgraph/v1.0/pipelinebuild/977754
  • ba0308e Merge branch 'dev' into v1.0/pipelinebuild/977754
  • 9d77596 Merge pull request #378 from microsoftgraph/httpRequestClone
  • eb141e8 Merge pull request #376 from microsoftgraph/enableRootSiteAccess [ #374 ]
  • 99b7a01 Merge pull request #369 from microsoftgraph/v1.0/pipelinebuild/960089
  • 1b33dc4 Add tests for PerRequestProvider
  • ccf11c7 Add cloning of RequestMessage
  • 0a7662b Removed commented out code
    *...
Read more

Microsoft.Graph.Core.1.16.0-preview.2.nupkg: Fix prodBuild yaml, update IncrementPreviewVersion

14 Jun 22:53
Compare
Choose a tag to compare

Changes:

  • ee42bfe Fix prodBuild yaml, update IncrementPreviewVersion
  • 53d1944 Added control to not notify on fail for manual build
  • ac5342d Update previewBuild.yml for Azure Pipelines
  • b424b40 [skip ci] Remove extra single quote
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
See more
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Add compression handler tests
  • 16a0047 Merge pull request #436 from microsoftgraph/po/retryHandlerFix
  • 5439ba8 Add check for null headers.
  • 13261f0 Add request content headers to cloned http request.
  • 3a7ab2f Add compression handler implementation.
  • 960d8da Removes extra ItemGroup element in Core.Test.csproj
  • ac28d4e Refactors core constants
  • 87dd840 Disposes streams
  • 6f83f48 Adds dependsOn validation
  • 6b64b1c Updates GetResponse(s) summary
  • 105f6fa Adds ClientException and code refactor
  • 2c6f2bf Merge pull request #419 from microsoftgraph/po/1.14.0-patch
  • db0cdca Updates release notes
  • 4633fb6 Fixes issues #417 and #413
  • 0f89e51 Update M.G.C.csproj info for 1.14.1 patch release.
  • 79ad849 Adds exception handling.
  • 89462ad Adds test cases
  • 3b989b9 Updated minor version
  • c8e504f Merge pull request #409 from microsoftgraph/v1.0/pipelinebuild/1100812
  • a469702 Merge pull request #400 from microsoftgraph/v1.0/pipelinebuild/1078567
  • 112509c Merge pull request #405 from ksikorsk/master
  • 2586b4c Adds BatchResponseContnent
  • 6dcd2b8 Merge pull request #394 from microsoftgraph/v1.0/pipelinebuild/1055899
  • 9d769bc Update generated files with build 1100812
  • b416f32 Merge pull request #399 from microsoftgraph/po/authHandlerRetry
  • b796170 Adds batch request content
  • b44c930 Added ResponseHeaders and StatusCode to ServiceException constructor.
  • 5df2b24 Update generated files with build 1078567
  • 90f859b Updates auth handlers SendRetry to use per request provider if set.
  • 78a2b7e Update generated files with build 1055899
  • c9a3093 Merge pull request #388 from microsoftgraph/14.0.0-preview
  • ad37299 Rename IsRetry -> ShouldRetry
  • b6fbd7a Add GraphUserAccount to request context
  • ae9bb56 Refactor HandlerOptions with defaults and exception handling
  • c1c7e6f Remove Newtonsoft reference form core.test
  • 7c078d9 Version Bump, Fix Newtonsoft Reference
  • cd8f557 Merge pull request #367 from microsoftgraph/middlewareoptions
  • 17f6932 Resolve conflict
  • 2e1b2ae Merge pull request #373 from microsoftgraph/v1.0/pipelinebuild/977754
  • ba0308e Merge branch 'dev' into v1.0/pipelinebuild/977754
  • 9d77596 Merge pull request #378 from microsoftgraph/httpRequestClone
  • eb141e8 Merge pull request #376 from microsoftgraph/enableRootSiteAccess [ #374 ]
  • 99b7a01 Merge pull request #369 from microsoftgraph/v1.0/pipelinebuild/960089
  • 1b33dc4 Add tests for PerRequestProvider
  • ccf11c7 Add cloning of RequestMessage
  • 0a7662b Remo...
Read more

Microsoft.Graph.Core.1.16.0-preview.1.nupkg

06 Jun 16:58
efa2b5c
Compare
Choose a tag to compare

Changes:

  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
See more
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Add compression handler tests
  • 16a0047 Merge pull request #436 from microsoftgraph/po/retryHandlerFix
  • 5439ba8 Add check for null headers.
  • 13261f0 Add request content headers to cloned http request.
  • 3a7ab2f Add compression handler implementation.
  • 960d8da Removes extra ItemGroup element in Core.Test.csproj
  • ac28d4e Refactors core constants
  • 87dd840 Disposes streams
  • 6f83f48 Adds dependsOn validation
  • 6b64b1c Updates GetResponse(s) summary
  • 105f6fa Adds ClientException and code refactor
  • 2c6f2bf Merge pull request #419 from microsoftgraph/po/1.14.0-patch
  • db0cdca Updates release notes
  • 4633fb6 Fixes issues #417 and #413
  • 0f89e51 Update M.G.C.csproj info for 1.14.1 patch release.
  • 79ad849 Adds exception handling.
  • 89462ad Adds test cases
  • 3b989b9 Updated minor version
  • c8e504f Merge pull request #409 from microsoftgraph/v1.0/pipelinebuild/1100812
  • a469702 Merge pull request #400 from microsoftgraph/v1.0/pipelinebuild/1078567
  • 112509c Merge pull request #405 from ksikorsk/master
  • 2586b4c Adds BatchResponseContnent
  • 6dcd2b8 Merge pull request #394 from microsoftgraph/v1.0/pipelinebuild/1055899
  • 9d769bc Update generated files with build 1100812
  • b416f32 Merge pull request #399 from microsoftgraph/po/authHandlerRetry
  • b796170 Adds batch request content
  • b44c930 Added ResponseHeaders and StatusCode to ServiceException constructor.
  • 5df2b24 Update generated files with build 1078567
  • 90f859b Updates auth handlers SendRetry to use per request provider if set.
  • 78a2b7e Update generated files with build 1055899
  • c9a3093 Merge pull request #388 from microsoftgraph/14.0.0-preview
  • ad37299 Rename IsRetry -> ShouldRetry
  • b6fbd7a Add GraphUserAccount to request context
  • ae9bb56 Refactor HandlerOptions with defaults and exception handling
  • c1c7e6f Remove Newtonsoft reference form core.test
  • 7c078d9 Version Bump, Fix Newtonsoft Reference
  • cd8f557 Merge pull request #367 from microsoftgraph/middlewareoptions
  • 17f6932 Resolve conflict
  • 2e1b2ae Merge pull request #373 from microsoftgraph/v1.0/pipelinebuild/977754
  • ba0308e Merge branch 'dev' into v1.0/pipelinebuild/977754
  • 9d77596 Merge pull request #378 from microsoftgraph/httpRequestClone
  • eb141e8 Merge pull request #376 from microsoftgraph/enableRootSiteAccess [ #374 ]
  • 99b7a01 Merge pull request #369 from microsoftgraph/v1.0/pipelinebuild/960089
  • 1b33dc4 Add tests for PerRequestProvider
  • ccf11c7 Add cloning of RequestMessage
  • 0a7662b Removed commented out code
  • 2dfb613 Removed commented out code
  • e26b404 Fixes #374: Adds route to a Site's root structural property. Enables traversing a site's site hierarchy.
  • ef7f4e9 Upgrade build system (#2) (#372)
  • 3eb52f8 Add IAuthProviderOption to contain provider options
  • 2fa071a Update generated files with build 977754
  • 9792027 Add PerRequestAuthProvider delegate handler with extension method.
  • 58d11a5 Update generated files with build 960089
  • 48a7f8e Expose HttpRequestMessageExtensions outside assembly (used by providers)
  • f9288b0 Change feature flags to enum
  • 715fa66 Adds ability to pass IAuthenticationProvider per request
  • e8c9f97 Add feature flags to the request context
  • 52c7da5 Pass auth provider via request
  • 42a9341 Update generated files with build 941132 (#363)
  • 818f377 Add client-request-id to request context
  • cf1aab2...
Read more