-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# devlooped/oss - Dynamically fetch devlooped JWK from github devlooped/oss@55124bc - Rename sample assemblies for nicer display devlooped/oss@93df7c7 - Add our implementation of JWT manifest reading and reporting devlooped/oss@a0ae727 - Minor code simplification devlooped/oss@cf154d5 - Remove dependency on ThisAssembly devlooped/oss@c879f25 - Add nullable and generated code annotations devlooped/oss@b2a11fa - Fix path to jwk.ps1 alongside the SponsorLink.targets devlooped/oss@c4830fc - Whitespace and formatting devlooped/oss@d74f511 - Improve versioning of sample package devlooped/oss@3b943f5 - Minimal docs on consuming devlooped/oss@827a1d1 - Add targets for inclusion from tests devlooped/oss@81ba912 - Fix scenario where multiple packages share product name devlooped/oss@23f83bd - SponsorLink-enabled analyzers need copylocal devlooped/oss@7593657 - Simplify and unify manifest reading implementation devlooped/oss@4fca946 - Upload binlog artifact on debug runs devlooped/oss@a67ae78 - Set env:gh_token if present as secret devlooped/oss@97ebd18 - Update to checkout@v4 devlooped/oss@5fb1723 - Cleanup build and publish to use VersionLabel devlooped/oss@14deaea - Update dotnet-file.yml with fix to create pull request action devlooped/oss@11a331d - Don't add random wait on manual dotnet-file runs devlooped/oss@7afe350 - Bump create-pr dependency to avoid error with existing PRs devlooped/oss@11a8757 - Only commit markdown files when resolving includes devlooped/oss@2c10a83 - Only ignore App folder directly under the root devlooped/oss@02811fa - Add static usings to allow unprefixed ThrowXxxx devlooped/oss@6dfe21f - Add compatibility for non-SDK projects without InitializeSourceControlInformation target devlooped/oss@6e96c59 - Set Version from VersionLabel if it's a refs/tags/ devlooped/oss@57653a2
- Loading branch information
1 parent
9d28ab7
commit db015fa
Showing
48 changed files
with
2,873 additions
and
71 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
bin | ||
app | ||
obj | ||
artifacts | ||
pack | ||
TestResults | ||
results | ||
BenchmarkDotNet.Artifacts | ||
/app | ||
.vs | ||
.vscode | ||
.idea | ||
|
Oops, something went wrong.