-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into e2etest/CART-adem
- Loading branch information
Showing
31 changed files
with
1,372 additions
and
13 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...-service/emailing-service/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// <autogenerated /> | ||
using System; | ||
using System.Reflection; | ||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] |
24 changes: 24 additions & 0 deletions
24
emailing-service/emailing-service/obj/Debug/net8.0/emailing-service.AssemblyInfo.cs
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// This code was generated by a tool. | ||
// Runtime Version:4.0.30319.42000 | ||
// | ||
// 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("emailing-service")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdaa04180dd32c36d98b3809e2447e007318db58")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("emailing-service")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("emailing-service")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("emailing-service-test")] | ||
|
||
// Generated by the MSBuild WriteCodeFragment class. | ||
|
1 change: 1 addition & 0 deletions
1
emailing-service/emailing-service/obj/Debug/net8.0/emailing-service.AssemblyInfoInputs.cache
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
7bf0a9728cde5f1afe2ae8025a609b440ad50fe1158c532a0a20adc5d4a3bce7 |
19 changes: 19 additions & 0 deletions
19
...iling-service/obj/Debug/net8.0/emailing-service.GeneratedMSBuildEditorConfig.editorconfig
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
is_global = true | ||
build_property.TargetFramework = net8.0 | ||
build_property.TargetPlatformMinVersion = | ||
build_property.UsingMicrosoftNETSdkWeb = true | ||
build_property.ProjectTypeGuids = | ||
build_property.InvariantGlobalization = | ||
build_property.PlatformNeutralAssembly = | ||
build_property.EnforceExtendedAnalyzerRules = | ||
build_property._SupportedPlatformList = Linux,macOS,Windows | ||
build_property.RootNamespace = emailing_service | ||
build_property.RootNamespace = emailing_service | ||
build_property.ProjectDir = C:\Users\nneji\Github\champlain_petclinic\emailing-service\emailing-service\ | ||
build_property.EnableComHosting = | ||
build_property.EnableGeneratedComInterfaceComImportInterop = | ||
build_property.RazorLangVersion = 8.0 | ||
build_property.SupportLocalizedComponentNames = | ||
build_property.GenerateRazorMetadataSourceChecksumAttributes = | ||
build_property.MSBuildProjectDirectory = C:\Users\nneji\Github\champlain_petclinic\emailing-service\emailing-service | ||
build_property._RazorSourceGeneratorDebug = |
17 changes: 17 additions & 0 deletions
17
emailing-service/emailing-service/obj/Debug/net8.0/emailing-service.GlobalUsings.g.cs
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// <auto-generated/> | ||
global using global::Microsoft.AspNetCore.Builder; | ||
global using global::Microsoft.AspNetCore.Hosting; | ||
global using global::Microsoft.AspNetCore.Http; | ||
global using global::Microsoft.AspNetCore.Routing; | ||
global using global::Microsoft.Extensions.Configuration; | ||
global using global::Microsoft.Extensions.DependencyInjection; | ||
global using global::Microsoft.Extensions.Hosting; | ||
global using global::Microsoft.Extensions.Logging; | ||
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.Net.Http.Json; | ||
global using global::System.Threading; | ||
global using global::System.Threading.Tasks; |
4 changes: 4 additions & 0 deletions
4
...ervice/emailing-service/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// <autogenerated /> | ||
using System; | ||
using System.Reflection; | ||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] |
24 changes: 24 additions & 0 deletions
24
emailing-service/emailing-service/obj/Release/net8.0/emailing-service.AssemblyInfo.cs
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// This code was generated by a tool. | ||
// Runtime Version:4.0.30319.42000 | ||
// | ||
// 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("emailing-service")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdaa04180dd32c36d98b3809e2447e007318db58")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("emailing-service")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("emailing-service")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("emailing-service-test")] | ||
|
||
// Generated by the MSBuild WriteCodeFragment class. | ||
|
1 change: 1 addition & 0 deletions
1
...ing-service/emailing-service/obj/Release/net8.0/emailing-service.AssemblyInfoInputs.cache
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
c4cd523c82050fd023f7beda18c0487395a670c00681e1c920589e0d5671d06e |
19 changes: 19 additions & 0 deletions
19
...ing-service/obj/Release/net8.0/emailing-service.GeneratedMSBuildEditorConfig.editorconfig
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
is_global = true | ||
build_property.TargetFramework = net8.0 | ||
build_property.TargetPlatformMinVersion = | ||
build_property.UsingMicrosoftNETSdkWeb = true | ||
build_property.ProjectTypeGuids = | ||
build_property.InvariantGlobalization = | ||
build_property.PlatformNeutralAssembly = | ||
build_property.EnforceExtendedAnalyzerRules = | ||
build_property._SupportedPlatformList = Linux,macOS,Windows | ||
build_property.RootNamespace = emailing_service | ||
build_property.RootNamespace = emailing_service | ||
build_property.ProjectDir = C:\Users\nneji\Github\champlain_petclinic\emailing-service\emailing-service\ | ||
build_property.EnableComHosting = | ||
build_property.EnableGeneratedComInterfaceComImportInterop = | ||
build_property.RazorLangVersion = 8.0 | ||
build_property.SupportLocalizedComponentNames = | ||
build_property.GenerateRazorMetadataSourceChecksumAttributes = | ||
build_property.MSBuildProjectDirectory = C:\Users\nneji\Github\champlain_petclinic\emailing-service\emailing-service | ||
build_property._RazorSourceGeneratorDebug = |
17 changes: 17 additions & 0 deletions
17
emailing-service/emailing-service/obj/Release/net8.0/emailing-service.GlobalUsings.g.cs
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// <auto-generated/> | ||
global using global::Microsoft.AspNetCore.Builder; | ||
global using global::Microsoft.AspNetCore.Hosting; | ||
global using global::Microsoft.AspNetCore.Http; | ||
global using global::Microsoft.AspNetCore.Routing; | ||
global using global::Microsoft.Extensions.Configuration; | ||
global using global::Microsoft.Extensions.DependencyInjection; | ||
global using global::Microsoft.Extensions.Hosting; | ||
global using global::Microsoft.Extensions.Logging; | ||
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.Net.Http.Json; | ||
global using global::System.Threading; | ||
global using global::System.Threading.Tasks; |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { test, expect } from '@playwright/test'; | ||
|
||
test('has title', async ({ page }) => { | ||
await page.goto('https://playwright.dev/'); | ||
|
||
// Expect a title "to contain" a substring. | ||
await expect(page).toHaveTitle(/Playwright/); | ||
}); | ||
|
||
test('get started link', async ({ page }) => { | ||
await page.goto('https://playwright.dev/'); | ||
|
||
// Click the get started link. | ||
await page.getByRole('link', { name: 'Get started' }).click(); | ||
|
||
// Expects page to have a heading with the name of Installation. | ||
await expect(page.getByRole('heading', { name: 'Installation' })).toBeVisible(); | ||
}); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.