Skip to content

Commit

Permalink
#287 more tweaking on building the name
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBock committed Mar 17, 2024
1 parent 0b7faed commit 0a8c844
Show file tree
Hide file tree
Showing 3 changed files with 496 additions and 11 deletions.
6 changes: 3 additions & 3 deletions src/Rocks.CodeGenerationTest/Program.cs
Expand Up @@ -14,9 +14,9 @@

//TestTypeValidity();
//TestWithCode();
//TestWithType();
TestWithType();
//TestWithTypeNoEmit();
TestWithTypes();
//TestWithTypes();
//TestTypesIndividually();

stopwatch.Stop();
Expand Down Expand Up @@ -73,7 +73,7 @@ static void TestWithType()

#pragma warning disable EF1001 // Internal EF Core API usage.
(var issues, var times) = TestGenerator.Generate(new RockAttributeGenerator(),
[typeof(System.Reactive.Notification<>)],
[typeof(Microsoft.Kiota.Abstractions.Serialization.ISerializationWriter)],
typesToLoadAssembliesFrom,
MappedTypes.GetMappedTypes(),
[], BuildType.Create);
Expand Down

0 comments on commit 0a8c844

Please sign in to comment.