Skip to content

Commit 4889b8e

Browse files
chore: add copyright to assemblyinfo.cs (#2974)
* chore: add copyright to assemblyinfo.cs This should trigger rp * Create copilot-instructions.md
1 parent 4192a5f commit 4889b8e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This repository is used to capture generated code files. The code files are generated using microsoft/kiota. The primary purpose of the copilot reviewer is to identify any changes that can cause a regressions for an application that uses this library. You are required to create a comment anytime a code change occurs that changes an APIs signature in a way that is not additive.
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
using System.Runtime.CompilerServices;
1+
// ------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
// ------------------------------------------------------------------------------
4+
5+
using System.Runtime.CompilerServices;
26

37
#if DEBUG
48
[assembly: InternalsVisibleTo("Microsoft.Graph.DotnetCore.Test")]
59
#else
610
[assembly: InternalsVisibleTo("Microsoft.Graph.DotnetCore.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
7-
#endif
11+
#endif

0 commit comments

Comments
 (0)