Skip to content

Main #1854

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
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Main #1854

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions .devcontainer/# Code Citations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Code Citations

## License: MIT
https://github.com/Mapsui/Mapsui/tree/0bc70db277841f06e238dadb47ca128dc5f86226/dotnetcli/sdk/6.0.401/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.targets

```
Incorrect changes to this file will make it
impossible to load or build your projects from the command-line or the IDE.

Copyright (c) .NET Foundation. All rights reserved.
***********************************************************************************************
-->
<Project ToolsVersion="14.0" xmlns="http:/
```


## License: MIT
https://github.com/Ollon/NuGetPackages/tree/a93e38e7a3019f318f6e1237386608372d9581ce/Src/MSBuildToolset/tools/AIO/NETStandard.pp.proj

```
>
<!--
***********************************************************************************************
Microsoft.NET.Sdk.targets

WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
created a backup copy. Incorrect changes to this file will make it
impossible to load or build your projects from the command-line or the
```


## License: MIT
https://github.com/dotnet/razor-compiler/tree/076fc261dcc1d51f5767e020114d713a65aa3788/src/RazorSdk/Sdk/Sdk.Razor.StaticAssets.ProjectSystem.props

```
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
created a backup copy. Incorrect changes to this file will make it
impossible to load or build your projects from the command-line or the IDE.

Copyright (c) .NET Foundation. All rights reserved
```


## License: unknown
https://github.com/marcin-krystianc/nuget_11031_benchmark/tree/bdd8dd60700dfadf54003fbaa8a7461f16943912/dotnet/sdk/6.0.100-mmapio/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets

```
***********************************************************************************************
Microsoft.NET.Sdk.targets

WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
created a backup copy. Incorrect changes to this file will make it
impossible to load or build your projects from the command-line or the IDE.

Copyright (c
```


## License: unknown
https://github.com/Weilin-t/mono/tree/ec8fabe97fa3a4b619b256c7e13bf4166bdb1cf2/lib/mono/msbuild/15.0/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets

```
a backup copy. Incorrect changes to this file will make it
impossible to load or build your projects from the command-line or the IDE.

Copyright (c) .NET Foundation. All rights reserved.
***********************************************************************************************
-->
<Project ToolsVersion="14.0" xmlns=
```

1,026 changes: 1,026 additions & 0 deletions .devcontainer/devcontainer.json

Large diffs are not rendered by default.

17 changes: 10 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
version: 2
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot

version: 2
updates:

# Enable version updates for GitHub ecosystem
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
21 changes: 21 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,27 @@
"type": "coreclr",
"request": "attach",
"processId": "${command:pickProcess}"
},
{
// Use IntelliSense to find out which attributes exist for C# debugging
// Use hover for the description of the existing attributes
// For further information visit https://github.com/dotnet/vscode-csharp/blob/main/debugger-launchjson.md
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/out/shared/Git-Credential-Manager/bin/Debug/net8.0/git-credential-manager.dll",
"args": [],
"cwd": "${workspaceFolder}/src/shared/Git-Credential-Manager",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
}
]
}
30 changes: 26 additions & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"label": "build",
"command": "dotnet",
"type": "process",
"group":{
"kind": "build",
"isDefault": true
},
"args": [
"build",
"${workspaceFolder}/Git-Credential-Manager.sln",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary;ForceNoAlign"
],
"problemMatcher": "$msCompile"
},
Expand Down Expand Up @@ -79,6 +77,30 @@
"reveal": "always",
"panel": "dedicated"
}
},
{
"label": "publish",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/Git-Credential-Manager.sln",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary;ForceNoAlign"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"--project",
"${workspaceFolder}/Git-Credential-Manager.sln"
],
"problemMatcher": "$msCompile"
}
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ When using GitHub logos, please be sure to follow the
[git-tools-credential-storage]: https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage
[github]: https://github.com
[github-ssh]: https://help.github.com/en/articles/connecting-to-github-with-ssh
[github-logos]: https://github.com/logos
[github-logos]: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
[install]: https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/install.md
[ms-package-repos]: https://packages.microsoft.com/repos/
[roadmap]: https://github.com/git-ecosystem/git-credential-manager/milestones?direction=desc&sort=due_date&state=open
Expand Down
2 changes: 2 additions & 0 deletions src/shared/Microsoft.AzureRepos/Microsoft.AzureRepos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<RootNamespace>Microsoft.AzureRepos</RootNamespace>
<IsTestProject>false</IsTestProject>
<LangVersion>latest</LangVersion>
<!-- Add the target framework for publishing -->
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down