Lilian Kasem
|
c4113d1c59
|
Update E2E tests to use Microsoft.Azure.Cosmos (#2872)
|
2024-11-19 15:46:16 -08:00 |
Brett Samblanet
|
ffb8a46dbe
|
fixing linux zip tests (#2869)
|
2024-11-14 12:29:41 -08:00 |
Matthew Henderson
|
28829c4cd5
|
Bringing back .NET 7 sample temporarily
|
2024-11-13 21:08:25 -08:00 |
Lilian Kasem
|
e601cb3aaa
|
Reset release notes (#2867)
|
2024-11-13 16:13:00 -08:00 |
Jacob Viau
|
64a19d7025
|
Update sample extension packages (#2850)
|
2024-11-13 15:52:34 -08:00 |
Jacob Viau
|
325fce079c
|
Address warnings in 2.x (#2861)
* Address warnings in 2.x
* Use indexer to map headers
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
19e7126b1a
|
net9.0 sample cleanup (#2863)
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
9bce403951
|
prepping AspNetCore 2.0 (#2859)
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
0f2a95ad76
|
minor cleanup of AspNetCore extension (#2854)
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
11ad01e222
|
Add .net9 transitive dependencies (#2852)
* Add .net9 transitive dependencies
* more cleanup
* adding net6 as target; moving to net9.0
* fixes
* updating #ifs
* updating sdk
* bumping azure.core
* removing previews
* bumping global.json
---------
Co-authored-by: Jacob Viau <javia@microsoft.com>
|
2024-11-13 15:43:41 -08:00 |
Jacob Viau
|
483de292a5
|
Update OTel release notes (#2857)
|
2024-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
f665ee9e50
|
Fixing package downgrades after rebase
|
2024-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
bd2dfd8589
|
Updates after taking changes from base branch
|
2024-11-13 15:43:41 -08:00 |
Jacob Viau
|
d3af65460e
|
Address FunctionsApplicationBuilder.Environment null (#2837)
* Address FunctionsApplicationBuilder.Environment null
* Use correct host builder for environment
|
2024-11-13 15:43:41 -08:00 |
Jacob Viau
|
e4b755ae15
|
Fix modifying collection while enumerating (#2844)
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
17751a27fc
|
prepping preview5 (#2813)
|
2024-11-13 15:43:41 -08:00 |
Matthew Henderson
|
8710447ce2
|
Updating dependencies (#2809)
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
2b759340a4
|
moving aspnet to preview4 (#2808)
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
a3c367a6e1
|
updating to preview4 (#2807)
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
2e10687fa0
|
explicitly remove ConsoleLogger (#2806)
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
d1dd79c66d
|
moving AspNetCore extension to preview3 (#2801)
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
cb31f4995a
|
updating to preview3 (#2796)
|
2024-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
231ca1137b
|
Tactical fix to address a test issue (#2798)
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
1dea064bdd
|
updating AspNetCore to preview2 package dep (#2784)
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
ea69e61d05
|
Adding ConfigureFunctionsWebApplication() (#2782)
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
76e5bb1212
|
skipping problematic tests
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
a4f8ff86e1
|
Adding FunctionsApplicationBuilder
|
2024-11-13 15:43:41 -08:00 |
Rohit Ranjan
|
4bfaee1e5c
|
Remove HttpStatusCode=OK from WriteAsJsonAsync (#2720)
* WriteAsJsonAsync HttpStatusCode Fix
|
2024-11-13 15:43:41 -08:00 |
Surbhi Gupta
|
fccdc86598
|
Correct sdk version to preview2 (#2738)
|
2024-11-13 15:43:41 -08:00 |
Surbhi Gupta
|
c60530be92
|
Updating release notes for worker sdk (#2736)
|
2024-11-13 15:43:41 -08:00 |
Lilian Kasem
|
2c06eafccc
|
Set EnableUserCodeException capability to true by default (#2702)
|
2024-11-13 15:43:41 -08:00 |
Lilian Kasem
|
5f237161a2
|
Rename 'ILoggerExtensions' to 'FunctionsLoggerExtensions' (#2716)
|
2024-11-13 15:43:41 -08:00 |
Lilian Kasem
|
917582cee6
|
Set ValidateScopes to true when in dev environment (#2705)
|
2024-11-13 15:43:41 -08:00 |
Lilian Kasem
|
aec394f008
|
Set IncludeEmptyEntriesInMessagePayload capability to true by default (#2701)
* Set IncludeEmptyEntriesInMessagePayload to true by default
* Update release notes
|
2024-11-13 15:43:41 -08:00 |
Matthew Henderson
|
62a44c65d7
|
Adding default settings to support SDK container builds (#2671)
|
2024-11-13 15:43:41 -08:00 |
Shyju Krishnankutty
|
6be4e5905f
|
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-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
8b33b41d0e
|
Switching default extension builds to Windows
|
2024-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
7ab7799fe5
|
Updating ASP.NET Core extension version
|
2024-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
3d2472c066
|
Adding ASP.NET Core Analyzers project to extensions solution
|
2024-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
cebd9ab08b
|
Adding and fixing SDK E2E tests
|
2024-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
c918e66b6f
|
Ensuring Extensions.Abstractions references are consistent across extesnsion projects
|
2024-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
472c38b0c6
|
Adding basic support for dotnet run
|
2024-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
2413f0f7e7
|
Fixing gRPC project references
|
2024-11-13 15:43:41 -08:00 |
Shyju Krishnankutty
|
a7b106277b
|
Fixing path separator character to work with both linux and windows.Build DotnetWorker.Extensions.sln as well for tests
|
2024-11-13 15:43:41 -08:00 |
Brett Samblanet
|
15c0a8063f
|
adding FunctionsWebApplicationBuilder
|
2024-11-13 15:43:41 -08:00 |
Shyju Krishnankutty
|
be980ad7c0
|
Replacing `#if NET5_0_OR_GREATER` with `#if NET8_0_OR_GREATER`
|
2024-11-13 15:43:41 -08:00 |
Shyju Krishnankutty
|
f716b5be18
|
Fixing failing tests on EndpointDataSource tests
|
2024-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
52c54406d2
|
Updating end-to-end run targets
|
2024-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
ff96c692cd
|
Updates to extension test TFMs
|
2024-11-13 15:43:41 -08:00 |
Fabio Cavalcante
|
3cb2104f35
|
Fixes to metadata generator tests
|
2024-11-13 15:43:41 -08:00 |