Merge main into feature/ext-proj#2046
Merged
jviau merged 64 commits intoAzure:feature/ext-projfrom Dec 4, 2023
Merged
Conversation
…tBuilderContext in configure action
…#1850) * Adding Schema Regsistry attributes for kafka trigger and ouput * Updated release_notes * Updated 3.9.0 to 3.10.0 * Bump version for release
This reverts commit aef2b87.
* Include FunctionsNetHost.pdb * Print contents of linux publish output directory * fix the order of print task * Including FunctionsNetHost.dbg and removing Print tasks * Patch version bump.
Azure#2033) Co-authored-by: Fabio Cavalcante <facaval@microsoft.com>
…namespaces from referenced assemblies (Azure#2054) * Adding support to locate functions from nested types and nested namesapces * Release notes and version bump
…g StreamReader (Azure#2023)" This reverts commit f7606fc.
…referenced assemblies (Azure#2057) * Using a SymbolVisitor implementation to locate function methods from referenced assemblies. * Minor cleanup * logging placeholder * Revert "logging placeholder" This reverts commit d504ecf.
…T publishing is enabled (Azure#1980) * Generate value for `defaultWorkerPath` in worker.config for publishAOT case. * Using TargetExt variable * Rebasing on main., took release notes from main. then updated to reflect changes from this PR. * Version bump for Sdk project
fabiocav
approved these changes
Nov 22, 2023
* Update samples to net8 and global.json * Install net7. * Using Major.x format
liliankasem
approved these changes
Nov 27, 2023
…#2097) * Replace - with _ when generating namespace for generated types. * Generate valid namespace when root namespace contains - * Moving the logic to use rootnamespace to msbuil target * Replace "-" with "_" when using the RootNamespace if customer app does not have an overridden (fixed) root namespace value. * Reverting a test change which is not relevant anymore. * Fix release notes
* Emit ".exe" for functions from NetFX entry point assemblies * Added test for NETFX project and updated release notes. * Minor cleanup * Removing the unused dependent assembly project.
… the source generated executor implementation. (Azure#2089) * Adding support for executing functions from referenced assemblies, to the source generated executor implementaion. * Release note and version bump * Picking only public functions as valid functions for metadata generation and executor. * Minor cleanup * Get full type name including assembly identity for all types. * Minor cleanup * Switching initializing the defaultExecutor to a Lazy approach. * A bit more cleanup. * PR feedback fixes * PR feedback fixes
* Remove new language features such as "target-typed object creation" & "nullable reference types" as they fail in NetFX project if no explicit "LangVersion" msbuild property * Adding CSharp language versions to test matrix
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.
Merge main into feature/ext-proj