Merge main into feature/ext-proj#1944
Merged
jviau merged 38 commits intofeature/ext-projfrom Oct 4, 2023
Merged
Conversation
--------- Co-authored-by: Lilian Kasem <likasem@microsoft.com> Co-authored-by: Surgupta <surgupta@microsoft.com> Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
… generated executor (#1847) * Adding "global::" namespace prefix to avoid namespace conflict. * Updated release notes
* adding attribute * comments * updating version * Update extensions/Worker.Extensions.EventGrid/release_notes.md Co-authored-by: Lilian Kasem <likasem@microsoft.com> --------- Co-authored-by: Lilian Kasem <likasem@microsoft.com>
… value for async functions (#1851) * Fixing 1817 - FunctionMetadataProvider emits incorrect binding name property value for async functions * Add release notes
--------- Co-authored-by: Jacob Viau <javia@microsoft.com>
….Rpc.Tests from linux E2E test step (#1870)
* Fallback to default value of parameter if provided, * Clean up. * Updated release notes * Formatting fixes based on PR feedback. * Using a "HasDefaultValue" property to properly handle optional param value explicitly being set to null. * cleanup - Removed unused using statements
…ne args. (#1901) * Adding support for new "functions-" prefixed arguments. * update global.json to use net8 rc1 * PR feedback fixes - Removed fallback code using old arguments. - Validating the URL value passed in for "functions-uri" and throwing a more meaningful message when it is not valid.
* Read new command line args * Use command line args with "functions-" prefix if present. * release notes update * Switched to kebab case for the new command line args. * PR feedback. - Removed Host and Port property and using the new Uri property on GrpcWorkerStartupOptions type. * PR feedback fixes: - Using switchMap for commandline configuraton provider. - Mapped the command line args to "Functions:Worker" section in configuration. - Added project reference (Worker.Extensions.Rpc) to Worker.Grpc to reuse the extension method. * Indentation cleanup * Minor formatting cleanup * Removed project reference to Worker.Extensions.Rpc and duplicaed the "GetFunctionsHostGrpcUri" in DotnetWorker.Grpc
* Using root namespace for generated types. * release notes * Using "RootNamespace" msbuild property and adding null check * Adding "RootNamespace" to global configs in the tests
* Adding code snippet tags * And making the snippets into comments 🤦♂️ * Add snippet tags to Service Bus samples
# Conflicts: # DotNetWorker.sln # extensions/Worker.Extensions.Tables/src/TableExtensionStartup.cs # extensions/Worker.Extensions.Tables/src/Worker.Extensions.Tables.csproj # samples/WorkerBindingSamples/WorkerBindingSamples.csproj # test/E2ETests/E2EApps/E2EApp/Table/TableInputBindingFunctions.cs # test/E2ETests/E2ETests/Tables/TablesEndToEndTests.cs # test/SdkE2ETests/Contents/WorkerBindingSamplesOutput/functions.metadata # test/SdkE2ETests/PublishTests.cs
Contributor
Author
|
This was approved in another version of this PR. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.