Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila committed Jul 1, 2024
1 parent e25bd46 commit ffbba92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static class MaterialProviderFactory
{
private static readonly MaterialProviders materialProviders = new(new MaterialProvidersConfig());
// TODO: Get this from CLI or something?
protected manifestPath = Utils.GetEnvironmentVariableOrError("DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH");
protected string manifestPath = Utils.GetEnvironmentVariableOrError("DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH");

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-test-vectors / generate_vectors (ubuntu-latest)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-test-vectors / generate_vectors (ubuntu-latest)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-test-vectors / decrypt_python_vectors (ubuntu-latest)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-test-vectors / decrypt_python_vectors (ubuntu-latest)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifestPath': cannot declare instance members in a static class

Check failure on line 26 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifestPath': static classes cannot contain protected members
protected DecryptManifest manifest = Utils.LoadObjectFromPath<DecryptManifest>(manifestPath);

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-test-vectors / generate_vectors (ubuntu-latest)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-test-vectors / generate_vectors (ubuntu-latest)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-test-vectors / decrypt_python_vectors (ubuntu-latest)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-test-vectors / decrypt_python_vectors (ubuntu-latest)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (ubuntu-latest)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (windows-latest)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifest': static classes cannot contain protected members

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifest': cannot declare instance members in a static class

Check failure on line 27 in AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (macos-12)

'MaterialProviderFactory.manifest': static classes cannot contain protected members
private static readonly KeyVectorsConfig keyVectorsConfig = new KeyVectorsConfig
{
Expand Down

0 comments on commit ffbba92

Please sign in to comment.