Skip to content

Merge main into feature/ext-proj#1944

Merged
jviau merged 38 commits intofeature/ext-projfrom
jviau/merge-main
Oct 4, 2023
Merged

Merge main into feature/ext-proj#1944
jviau merged 38 commits intofeature/ext-projfrom
jviau/merge-main

Conversation

@jviau
Copy link
Copy Markdown
Contributor

@jviau jviau commented Oct 4, 2023

No description provided.

aishwaryabh and others added 30 commits August 15, 2023 13:25
---------
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>
* 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
fabiocav and others added 7 commits September 26, 2023 10:22
* 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
@jviau jviau changed the title Jviau/merge main Merge main into feature/ext-proj Oct 4, 2023
@jviau
Copy link
Copy Markdown
Contributor Author

jviau commented Oct 4, 2023

This was approved in another version of this PR.

@jviau jviau merged commit 7f10311 into feature/ext-proj Oct 4, 2023
@jviau jviau deleted the jviau/merge-main branch October 4, 2023 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants