Skip to content
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

Primeiro Merge #273

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dotnet.defaultSolution": "PrimeiroGalho.sln"
}
22 changes: 22 additions & 0 deletions PrimeiroGalho.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrimeiroGalho", "PrimeiroGalho\PrimeiroGalho.csproj", "{0285B6BA-0E55-48BF-A41B-004846C6976B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0285B6BA-0E55-48BF-A41B-004846C6976B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0285B6BA-0E55-48BF-A41B-004846C6976B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0285B6BA-0E55-48BF-A41B-004846C6976B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0285B6BA-0E55-48BF-A41B-004846C6976B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
10 changes: 10 additions & 0 deletions PrimeiroGalho/PrimeiroGalho.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
2 changes: 2 additions & 0 deletions PrimeiroGalho/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Primeiro pull request na linguagem c#");
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
22 changes: 22 additions & 0 deletions PrimeiroGalho/obj/Debug/net8.0/PrimeiroGalho.AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("PrimeiroGalho")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("PrimeiroGalho")]
[assembly: System.Reflection.AssemblyTitleAttribute("PrimeiroGalho")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6508104a0d0f6b37fe28f00a071362fccdb4626e218b4dc087088abc8f20ecff
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = PrimeiroGalho
build_property.ProjectDir = C:\Users\rapha\OneDrive\Documentos\Pessoal\CódigosDoCodedéx\GitClone\PrimeiroGalho\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
Binary file not shown.
73 changes: 73 additions & 0 deletions PrimeiroGalho/obj/PrimeiroGalho.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"format": 1,
"restore": {
"C:\\Users\\rapha\\OneDrive\\Documentos\\Pessoal\\CódigosDoCodedéx\\GitClone\\PrimeiroGalho\\PrimeiroGalho.csproj": {}
},
"projects": {
"C:\\Users\\rapha\\OneDrive\\Documentos\\Pessoal\\CódigosDoCodedéx\\GitClone\\PrimeiroGalho\\PrimeiroGalho.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\rapha\\OneDrive\\Documentos\\Pessoal\\CódigosDoCodedéx\\GitClone\\PrimeiroGalho\\PrimeiroGalho.csproj",
"projectName": "PrimeiroGalho",
"projectPath": "C:\\Users\\rapha\\OneDrive\\Documentos\\Pessoal\\CódigosDoCodedéx\\GitClone\\PrimeiroGalho\\PrimeiroGalho.csproj",
"packagesPath": "C:\\Users\\rapha\\.nuget\\packages\\",
"outputPath": "C:\\Users\\rapha\\OneDrive\\Documentos\\Pessoal\\CódigosDoCodedéx\\GitClone\\PrimeiroGalho\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\rapha\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}
16 changes: 16 additions & 0 deletions PrimeiroGalho/obj/PrimeiroGalho.csproj.nuget.g.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\rapha\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\rapha\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions PrimeiroGalho/obj/PrimeiroGalho.csproj.nuget.g.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
79 changes: 79 additions & 0 deletions PrimeiroGalho/obj/project.assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"version": 3,
"targets": {
"net8.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net8.0": []
},
"packageFolders": {
"C:\\Users\\rapha\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\rapha\\OneDrive\\Documentos\\Pessoal\\CódigosDoCodedéx\\GitClone\\PrimeiroGalho\\PrimeiroGalho.csproj",
"projectName": "PrimeiroGalho",
"projectPath": "C:\\Users\\rapha\\OneDrive\\Documentos\\Pessoal\\CódigosDoCodedéx\\GitClone\\PrimeiroGalho\\PrimeiroGalho.csproj",
"packagesPath": "C:\\Users\\rapha\\.nuget\\packages\\",
"outputPath": "C:\\Users\\rapha\\OneDrive\\Documentos\\Pessoal\\CódigosDoCodedéx\\GitClone\\PrimeiroGalho\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\rapha\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
}
}
}
}
8 changes: 8 additions & 0 deletions PrimeiroGalho/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "pzoaE/CHTDWwokmtsDv2RmVy0Ot9nif7M9USdCvB8zMxN2ATnpFSny5UEcAi4wbOnyh1PL8zrxW60r7X1VTrkw==",
"success": true,
"projectFilePath": "C:\\Users\\rapha\\OneDrive\\Documentos\\Pessoal\\CódigosDoCodedéx\\GitClone\\PrimeiroGalho\\PrimeiroGalho.csproj",
"expectedPackageFiles": [],
"logs": []
}
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Exercises 6-10 in Chapter 2 of Codédex's Git/GitHub course
🕹️ Exercícios de GIT e Github.

🕹️ Exercises of GIT e Github.

## Aprendizados | Learnings
🕹️ Foi um ótimo aprendizado para desenvolver uma base de na utilização dos frameworks GIT e Github.

🕹️ It was a great learning experience to develop a foundation in using frame works as GIT and Github.

## Stack utilizada | Stack used
**Back-end:** VS Code | C#
1 change: 1 addition & 0 deletions github-chapter-2-sandbox
Submodule github-chapter-2-sandbox added at cb1957