-
Notifications
You must be signed in to change notification settings - Fork 291
adds support for .NET 8.0 #629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
prathikr
wants to merge
53
commits into
main
Choose a base branch
from
prathikrao/net8-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
73e5515
impl
2dbfc48
github actions bug fixes
6769477
rust fix
e632ac4
rust fix v2
59e9a84
rust fix v3
d2c9ebf
merge deps versions
c35ce35
checkout none
f76a2a8
Merge remote-tracking branch 'origin' into prathikrao/unify-flc-versi…
14ab58d
rust fmt fix
1be045b
bug fixes
20bb8ee
standard genai
bbf0f4b
bug fixes
ea7add0
Merge remote-tracking branch 'origin' into prathikrao/unify-flc-versi…
8b9b6d1
bug fix
d8f6f98
Merge remote-tracking branch 'origin' into prathikrao/unify-flc-versi…
68dfe94
separate deps
9a18540
combine sdk build & test stages
e045e23
bug fixes
5eb2b34
stage naming
1a67cff
rust fix
b7fee62
rustic fix
6bf4f1f
Merge remote-tracking branch 'origin' into prathikrao/unify-flc-versi…
cc289f6
copilot feedback
8370e3e
js fixes
1e4bc43
even less stages
c96365f
copilot feedback
4c84e17
Merge remote-tracking branch 'origin' into prathikrao/unify-flc-versi…
8cb8d33
js & rust fixes
36d485a
Merge remote-tracking branch 'origin' into prathikrao/unify-flc-versi…
a2da0fd
js fix
73a14ed
Merge remote-tracking branch 'origin' into prathikrao/unify-flc-versi…
1252b44
Merge remote-tracking branch 'origin' into prathikrao/unify-flc-versi…
bd5edae
baiju
f66b14d
net8.0
c2aeeda
use net 8
6976866
more net8.0
d210e48
revert
d1709f7
Revert "more net8.0"
66ea6d2
revert
53baa2f
Merge remote-tracking branch 'origin' into prathikrao/net8-support
64d236c
sdk 8.0
c6fabcf
bug
7dec015
net8.0 for tests
0058c7b
netstandard2.0
9e5a4e1
winml
28f5219
rmv trimmable
1b13fb1
Merge remote-tracking branch 'origin' into prathikrao/net8-support
2683b0b
more support
8e7cc03
maximum targets
745b2dd
bug fixes
9b9ebc4
missing package ref
1b4169b
add polysharp
1f540d9
<net7.0 support fixes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why you need to explicitly state the
RuntimeIdentifiersin the general case? Do you have a native dependency bound to these?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we have a Foundry Local Core dependency which is a native AOT c# application.