Brett Samblanet
8627714c33
updating AspNetCore to preview2 package dep ( #2784 )
2024-10-21 15:53:37 -07:00
Brett Samblanet
5520938c9f
Adding ConfigureFunctionsWebApplication() ( #2782 )
2024-10-21 15:53:37 -07:00
Brett Samblanet
6ef52843e0
skipping problematic tests
2024-10-21 15:53:37 -07:00
Brett Samblanet
65c6ad170e
Adding FunctionsApplicationBuilder
2024-10-21 15:53:37 -07:00
Rohit Ranjan
ef388b08bc
Remove HttpStatusCode=OK from WriteAsJsonAsync ( #2720 )
...
* WriteAsJsonAsync HttpStatusCode Fix
2024-10-21 15:53:37 -07:00
Surbhi Gupta
7260702479
Correct sdk version to preview2 ( #2738 )
2024-10-21 15:53:37 -07:00
Surbhi Gupta
abd22ae676
Updating release notes for worker sdk ( #2736 )
2024-10-21 15:53:37 -07:00
Lilian Kasem
fcb4cb90c0
Set EnableUserCodeException capability to true by default ( #2702 )
2024-10-21 15:53:37 -07:00
Lilian Kasem
8fcd79aca1
Rename 'ILoggerExtensions' to 'FunctionsLoggerExtensions' ( #2716 )
2024-10-21 15:53:36 -07:00
Lilian Kasem
8715885a31
Set ValidateScopes to true when in dev environment ( #2705 )
2024-10-21 15:53:36 -07:00
Lilian Kasem
a8f71ea7bf
Set IncludeEmptyEntriesInMessagePayload capability to true by default ( #2701 )
...
* Set IncludeEmptyEntriesInMessagePayload to true by default
* Update release notes
2024-10-21 15:53:36 -07:00
Matthew Henderson
4831862698
Adding default settings to support SDK container builds ( #2671 )
2024-10-21 15:53:36 -07:00
Shyju Krishnankutty
f42ea3eadb
Removed fallback command line argument reading code for grpc worker startup options. ( #2693 )
...
* Removing the fallback command line argument reading code for grpc worker startup options.
* Add release notes.
2024-10-21 15:53:36 -07:00
Fabio Cavalcante
7434636740
Switching default extension builds to Windows
2024-10-21 15:53:36 -07:00
Fabio Cavalcante
86ff7465eb
Updating ASP.NET Core extension version
2024-10-21 15:53:36 -07:00
Fabio Cavalcante
deaddf5973
Adding ASP.NET Core Analyzers project to extensions solution
2024-10-21 15:53:36 -07:00
Fabio Cavalcante
2c71b6ce6c
Adding and fixing SDK E2E tests
2024-10-21 15:53:36 -07:00
Fabio Cavalcante
9a3e9c42cd
Ensuring Extensions.Abstractions references are consistent across extesnsion projects
2024-10-21 15:53:36 -07:00
Fabio Cavalcante
5ff81defb7
Adding basic support for dotnet run
2024-10-21 15:53:36 -07:00
Fabio Cavalcante
47fdb68d1e
Fixing gRPC project references
2024-10-21 15:53:36 -07:00
Shyju Krishnankutty
d4ba0aff7d
Fixing path separator character to work with both linux and windows.Build DotnetWorker.Extensions.sln as well for tests
2024-10-21 15:53:32 -07:00
Brett Samblanet
a0d455ea0d
adding FunctionsWebApplicationBuilder
2024-10-21 15:53:08 -07:00
Shyju Krishnankutty
2f3716e891
Replacing `#if NET5_0_OR_GREATER` with `#if NET8_0_OR_GREATER`
2024-10-21 15:53:08 -07:00
Shyju Krishnankutty
0db2489c84
Fixing failing tests on EndpointDataSource tests
2024-10-21 15:53:08 -07:00
Fabio Cavalcante
ab0ec8c003
Updating end-to-end run targets
2024-10-21 15:53:08 -07:00
Fabio Cavalcante
ec26c918d7
Updates to extension test TFMs
2024-10-21 15:53:08 -07:00
Fabio Cavalcante
c17f87c99d
Fixes to metadata generator tests
2024-10-21 15:53:08 -07:00
Fabio Cavalcante
e29ef79c6f
Additional dependencies fixes
2024-10-21 15:53:08 -07:00
Fabio Cavalcante
bc8901670d
Fixing SDK tests
2024-10-21 15:53:08 -07:00
Fabio Cavalcante
10a963e515
Test updates to fix enum comparison issue
2024-10-21 15:53:08 -07:00
Fabio Cavalcante
297851758b
Removing solution filter files
2024-10-21 15:53:07 -07:00
Fabio Cavalcante
dd749eeffb
Fixing extension solution dependencies
2024-10-21 15:53:03 -07:00
Fabio Cavalcante
96a42ca53d
Updating samples dependencies
2024-10-21 15:51:34 -07:00
Fabio Cavalcante
e43e40e876
Test updates
2024-10-21 15:51:34 -07:00
Fabio Cavalcante
813f521146
Dependency updates
2024-10-21 15:51:34 -07:00
Fabio Cavalcante
1c410e5f34
Updates to main solution. Fixing unit tests.
2024-10-21 15:51:34 -07:00
Fabio Cavalcante
049f1b3173
Updating project structure to fix extensions, samples and core package dependencies
2024-10-21 15:51:27 -07:00
Shyju Krishnankutty
113a26605d
Adding net9.0 TFM ( #2615 )
...
* Adding net9.0 TFM
Update build YAML to install net9
pin to preview6 in global.json
* Bump SDK package version
* Adding Net9 sample app.
* Updating the below packages to use 9x version for net9.0 tfm
- Microsoft.Extensions.Hosting
- Microsoft.Extensions.Hosting.Abstractions
- System.Collections.Immutable
- System.Diagnostics.DiagnosticSource
* Move condition to ItemGroup element instead of Choose-When pattern.
* Updated ApplicationInsights package version in Sample app to latest stable (1.3.0)
2024-10-21 15:50:51 -07:00
Shyju Krishnankutty
e8baa020d8
Setting _ToolingSuffix for TargetFrameworkVersion v9.0 ( #2597 )
...
* Setting _ToolingSuffix for V9.0 TargetFrameworkVersion (#2499 )
Setting `_ToolingSuffix` value to net9-isolated when the Targetframework of the function app is `net9.0`.
* feature branch release notes
2024-10-21 15:48:57 -07:00
Brett Samblanet
96db64d73e
initial fix of duplicate registrations if AddFunctionsWorkerCore called twice ( #2790 )
2024-10-21 14:13:08 -07:00
sarah
04e8bd1ef1
Update global.json .net8 value ( #2795 )
2024-10-21 11:55:00 -07:00
Jonathan
6abd03ddba
Remove documentation tag ( #2751 )
...
The parameter does not exist.
2024-10-18 16:26:11 -07:00
sarah
7b1bd29623
Analyzer for Multiple-Output Binding Scenarios with ASP.NET Core Integration ( #2706 )
2024-10-16 12:38:40 -07:00
David Lee
b1a94a1f32
Use full namespace for Task.FromResult in function metadata provider generator to avoid namespace conflict ( #2681 )
2024-10-16 11:05:59 -07:00
Lilian Kasem
30fd90429a
Bump System.Text.Json to 8.0.5 ( #2783 )
2024-10-15 12:02:55 -07:00
Rohit Ranjan
f2c700dd80
Adding a null check before initiating the internal Activity ( #2765 )
...
* Adding a null check for the internal Activity.
2024-10-14 16:45:42 -07:00
sarah
ad547bac8d
Fix typos in CI referencing test projects ( #2773 )
2024-10-14 12:57:47 -07:00
sarah
52594e0b2a
add skipBuildTagsForGitHubPullRequests for extensions ( #2779 )
2024-10-14 10:25:23 -07:00
yzt
9f278fae51
Support SignalR trigger return value ( #2771 )
2024-10-12 13:09:14 +08:00
Simon Cropp
04ce8b7a2c
ignore rider temp files
2024-10-11 16:23:17 -07:00